Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 653 Bytes

File metadata and controls

11 lines (8 loc) · 653 Bytes

Crypto

The cryptographic primitives (ECDSA and HMAC) implementations in this package have been reviewed by the Open Wallet Stack engineering team. More audits and reviews are welcomed.

Point

The keyLib.crypto.Point class contains a wrapper around the class Point of elliptic.js, the elliptic curve library.

ECDSA

keyLib.crypto.ECDSA contains a pure JavaScript implementation of the elliptic curve DSA signature scheme based on elliptic.js.

Common Utilities

See OWS Common Crypto utilities