initial commit

This commit is contained in:
Nicolas Dextraze
2021-01-10 12:43:30 -05:00
commit a5230b9105
18 changed files with 2097 additions and 0 deletions

7
package.json Normal file
View File

@@ -0,0 +1,7 @@
{
"dependencies": {
"curve25519-js": "0.0.4",
"futoin-hkdf": "^1.3.2",
"tweetnacl": "^1.0.3"
}
}