leviathan-crypto 3.0.0 → 3.0.1

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/dist/slhdsa.wasm CHANGED
Binary file
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "leviathan-crypto",
3
- "version": "3.0.0",
3
+ "version": "3.0.1",
4
4
  "license": "MIT",
5
- "description": "Paranoid post-quantum WASM cryptography library with bitsliced ciphers (Serpent, XChaCha20, AES), ML-KEM, lattice and hash-based signatures (ML-DSA, SLH-DSA, hybrid composites), hashing (SHA-2, SHA-3, BLAKE3), forward-secret ratchet, and Fortuna CSPRNG. Zero dependencies, tree-shakeable, and side-effect-free.",
5
+ "description": "Post-quantum WASM cryptography. Authenticated encryption, signatures with key agreement, transparency logs, and ratcheting built on constant-time bitsliced ciphers (Serpent, XChaCha20, AES), post-quantum schemes (ML-KEM, ML-DSA, SLH-DSA), BLAKE3 and SHA-family hashing, and the Fortuna CSPRNG. Zero dependencies, tree-shakeable, side-effect-free.",
6
6
  "repository": {
7
7
  "type": "git",
8
8
  "url": "git+https://github.com/xero/leviathan-crypto.git"
@@ -52,6 +52,10 @@
52
52
  "dist",
53
53
  "CLAUDE.md"
54
54
  ],
55
+ "overrides": {
56
+ "brace-expansion": "^5.0.6",
57
+ "postcss": "^8.5.10"
58
+ },
55
59
  "keywords": [
56
60
  "cryptography",
57
61
  "encryption",