Skip to content

Commit 6ad8717

Browse files
authored
Update README.md
1 parent ff53224 commit 6ad8717

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

README.md

+8-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
# eas-typescript-sdk
22

3+
The official NPM page can be found [here](https://www.npmjs.com/package/cas-typescript-sdk).
4+
35
## Consuming Library Documentation
4-
**Note: All work is experimental and we understand benchmarks might not be the most optimal however we feel that large modern day microservices architectures utilizing multiple languages will benefit from a standardized subset of libraries.**
6+
**Note: All work is experimental and we understand some benchmarks might not be the most optimal.**
7+
8+
This Node.js NPM module is dependent on our Rust layer that contains methods to run industry standard cryptographic operations sequentially, on threads, and the thread pool. [cas-core-lib](https://github.com/Crytographic-API-Services/cas-core-lib).
9+
This requires an install of the Rust programming language. You can find instructions to do that [here](https://www.rust-lang.org/tools/install).
510

6-
This Node.js NPM package is dependent on our Rust layer that contains methods to run industry standard cryptographic operations sequentially, on threads, and the thread pool.
7-
[cas-core-lib](https://github.com/Crytographic-API-Services/cas-core-lib)
11+
## Disclaimer
12+
Many of the cryptographic crates that are utilized in our core FFI [layer](https://github.com/Crytographic-API-Services/cas-core-lib) have never had a security audit performed. Utilize this SDK at your own risk.

0 commit comments

Comments
 (0)