Package Exports
- @near-js/crypto
- @near-js/crypto/lib/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@near-js/crypto) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
@near-js/crypto
A collection of classes and types for working with cryptographic key pairs.
Modules
- PublicKey representation of a public key capable of verifying signatures
- KeyPairBase abstract class representing a key pair
- KeyPair abstract extension of
KeyPairBasewith static methods for parsing and generating key pairs - KeyPairEd25519 implementation of
KeyPairBaseusing Ed25519 - Constants keypair-specific constants
License
This repository is distributed under the terms of both the MIT license and the Apache License (Version 2.0). See LICENSE and LICENSE-APACHE for details.