2020-06-05 13:01:25 +02:00
|
|
|
# @cosmjs/crypto
|
|
|
|
|
|
|
|
[](https://www.npmjs.com/package/@cosmjs/crypto)
|
|
|
|
|
2020-06-05 14:25:09 +02:00
|
|
|
This package contains low-level cryptographic functionality used in other
|
|
|
|
@cosmjs libraries. Little of it is implemented here, but mainly it is a curation
|
2020-08-04 14:26:17 +02:00
|
|
|
of external libraries along with correctness tests. We add type safety, some
|
2020-06-05 14:25:09 +02:00
|
|
|
more checks, and a simple API to these libraries. This can also be freely
|
|
|
|
imported outside of CosmJS based applications.
|
2020-06-05 13:01:25 +02:00
|
|
|
|
|
|
|
## License
|
|
|
|
|
2020-06-18 09:49:52 +02:00
|
|
|
This package is part of the cosmjs repository, licensed under the Apache License
|
2021-01-19 23:37:10 +01:00
|
|
|
2.0 (see [NOTICE](https://github.com/cosmos/cosmjs/blob/main/NOTICE) and
|
|
|
|
[LICENSE](https://github.com/cosmos/cosmjs/blob/main/LICENSE)).
|