JSPM

  • Created
  • Published
  • Downloads 288450
  • Score
    100M100P100Q180285F
  • License Apache-2.0

Cryptography resources for blockchain projects

Package Exports

  • @cosmjs/crypto
  • @cosmjs/crypto/build/bip39
  • @cosmjs/crypto/build/bip39.js
  • @cosmjs/crypto/build/index.js
  • @cosmjs/crypto/build/slip10
  • @cosmjs/crypto/build/slip10.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 (@cosmjs/crypto) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

@cosmjs/crypto

npm version

This package contains low-level cryptographic functionality used in other @cosmjs libraries. Little of it is implemented here, but mainly it is a curation of external libraries along with correctness tests. We add type safety, some more checks, and a simple API to these libraries. This can also be freely imported outside of CosmJS based applications.

License

This package is part of the cosmjs repository, licensed under the Apache License 2.0 (see NOTICE and LICENSE).