noise-protocol
Advanced tools
Comparing version 0.3.0 to 0.3.1
@@ -501,4 +501,4 @@ var sodium = require('sodium-native') | ||
var obj = {publicKey: sodium.sodium_malloc(PKLEN), secretKey: sodium.sodium_malloc(SKLEN)} | ||
dh.generateKeypair(obj.publicKey, obj.secretKey, seed) | ||
dh.generateSeedKeypair(obj.publicKey, obj.secretKey, seed) | ||
return obj | ||
} |
{ | ||
"name": "noise-protocol", | ||
"version": "0.3.0", | ||
"version": "0.3.1", | ||
"description": "Javascript implementation of the Noise Protocol Framework based on libsodium", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
47244