cas-typescript-sdk 1.0.35 → 1.0.36
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Cargo.toml +1 -1
- package/README.md +2 -1
- package/index.node +0 -0
- package/package.json +1 -1
package/Cargo.toml
CHANGED
package/README.md
CHANGED
|
@@ -6,7 +6,7 @@ Ever wanted all of your most useful cryptographic operations in one module and n
|
|
|
6
6
|
CAS is here to provide a unified development experience as an abstract layer to the RustCrypto and Dalek-Cryptography suite of algorithms.
|
|
7
7
|
The official NPM page can be found [here](https://www.npmjs.com/package/cas-typescript-sdk).
|
|
8
8
|
|
|
9
|
-
**Note: All work is experimental and we understand some benchmarks might not be the most optimal
|
|
9
|
+
**Note: All work is experimental and we understand some benchmarks might not be the most optimal.**
|
|
10
10
|
|
|
11
11
|
## Consuming Library Documentation
|
|
12
12
|
This Node.js NPM module is dependent on our Rust layer [cas-lib](https://github.com/Cryptographic-API-Services/cas-lib) that contains methods to run industry-standard cryptographic operations.
|
|
@@ -20,3 +20,4 @@ We utilize some smart people's existing work and we believe their documentation
|
|
|
20
20
|
|
|
21
21
|
## Disclaimer
|
|
22
22
|
Many of the cryptographic crates that are utilized in our core FFI [layer](./src) have never had a security audit performed. Utilize this SDK at your own risk.
|
|
23
|
+
|
package/index.node
CHANGED
|
Binary file
|