@owstack/key-lib
Version:
A JavaScript cryptocurrency key library.
12 lines (8 loc) • 653 B
Markdown
# 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](https://github.com/indutny/elliptic), the elliptic curve library.
## ECDSA
`keyLib.crypto.ECDSA` contains a pure JavaScript implementation of the elliptic curve DSA signature scheme based on [elliptic.js](https://github.com/indutny/elliptic).
## Common Utilities
See [OWS Common Crypto utilities](https://github.com/owstack/ows-common/blob/master/docs/crypto.md)