mirror of
https://github.com/cosmos/cosmjs.git
synced 2025-03-10 21:49:15 +00:00
17 lines
733 B
Markdown
17 lines
733 B
Markdown
![]() |
# @cosmjs/crypto
|
||
|
|
||
|
[](https://www.npmjs.com/package/@cosmjs/crypto)
|
||
|
|
||
|
@iov/cosmjs 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 cosmwasm-js repository, licensed under the Apache
|
||
|
License 2.0 (see
|
||
|
[NOTICE](https://github.com/confio/cosmwasm-js/blob/master/NOTICE) and
|
||
|
[LICENSE](https://github.com/confio/cosmwasm-js/blob/master/LICENSE)).
|