salty-crypto 0.0.4 → 0.0.5

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.
Files changed (2) hide show
  1. package/README.md +0 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -16,7 +16,6 @@ Includes (and passes) test vectors from [noise-c](https://github.com/rweather/no
16
16
  - support AESGCM, SHA256, SHA512, perhaps via `Crypto.subtle`?
17
17
  - support BLAKE2b, by implementing from the RFC just like BLAKE2s
18
18
  - `fallback` pattern modifier
19
- - deferred patterns
20
19
 
21
20
  ## Code overview
22
21
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "salty-crypto",
3
- "version": "0.0.4",
3
+ "version": "0.0.5",
4
4
  "description": "Noise Protocol Framework, plus X25519/ChaCha20Poly1305/BLAKE2s code, for browser and node.js",
5
5
  "author": "Tony Garnock-Jones <tonyg@leastfixedpoint.com>",
6
6
  "homepage": "https://github.com/tonyg/typescript-salty-crypto",