Comparing version 0.0.5 to 0.0.6
@@ -14,5 +14,6 @@ { | ||
"@dashlane/pqc-sign-falcon-512-node": "^1.0.0", | ||
"@noble/post-quantum": "^0.2.0" | ||
"@noble/post-quantum": "^0.2.0", | ||
"buffer": "^6.0.3" | ||
}, | ||
"version": "0.0.5", | ||
"version": "0.0.6", | ||
"description": "A public-private key library for post-quantum cryptography (early stage, use with caution)", | ||
@@ -19,0 +20,0 @@ "bugs": { |
@@ -1,6 +0,3 @@ | ||
/* | ||
For this file, assume any instances of "alice" is you, and "bob" is the person you're communicating with. | ||
*/ | ||
import { ml_kem512 } from '@noble/post-quantum/ml-kem'; | ||
import { Buffer } from 'buffer'; //for web | ||
@@ -7,0 +4,0 @@ interface SIGN { |
Sorry, the diff of this file is not supported yet
20582
5
282
+ Addedbuffer@^6.0.3
+ Addedbase64-js@1.5.1(transitive)
+ Addedbuffer@6.0.3(transitive)
+ Addedieee754@1.2.1(transitive)