cas-typescript-sdk 1.0.33 → 1.0.34

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 CHANGED
@@ -11,7 +11,7 @@ crate-type = ["cdylib"]
11
11
  napi = "2.16.17"
12
12
  napi-derive = "2.16.13"
13
13
  csbindgen = "1.9.3"
14
- cas-lib = "0.2.52"
14
+ cas-lib = "0.2.56"
15
15
  zeroize = "1.8.1"
16
16
  zeroizing-alloc = "0.1.0"
17
17
 
package/README.md CHANGED
@@ -6,9 +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.**
10
-
11
- **[You can find some usage examples here](https://github.com/Cryptographic-API-Services/cas-typescript-sdk/blob/main/docs/EXAMPLES.md)**
9
+ **Note: All work is experimental and we understand some benchmarks might not be the most optimal.**\
12
10
 
13
11
  ## Consuming Library Documentation
14
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 sequentially, on threads, and the thread pool.
package/index.node CHANGED
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cas-typescript-sdk",
3
- "version": "1.0.33",
3
+ "version": "1.0.34",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",