You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ever wanted all of your most useful cryptographic operations in one module and not have to surf documentation for various packages?
5
+
Ever wanted all of your most useful cryptographic operations in one module and not had to surf documentation for various packages?
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
-
## [Examples](./docs/EXAMPLES.md)
10
-
11
-
## Consuming Library Documentation
12
9
**Note: All work is experimental and we understand some benchmarks might not be the most optimal.**
13
10
14
-
This Node.js NPM module is dependent on our Rust layer [here](./src) that contains methods to run industry standard cryptographic operations sequentially, on threads, and the thread pool.
11
+
12
+
15
13
16
14
## Consuming Library Documentation
15
+
This Node.js NPM module is dependent on our Rust layer [here](./src) that contains methods to run industry-standard cryptographic operations sequentially, on threads, and the thread pool.
16
+
17
17
We utilize some smart people's existing work and we believe their documentation should be reviewed when possible.
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.
0 commit comments