@ -7,5 +7,5 @@ const Salt = require('./salt');
//console.log(new Kana(Kana.CRC64, new Salt("hello lolis")).once("hello worldノチそぬとね"));
module.exports.Kana = Kana;
module.exports.Salt = Salt;
exports.Kana = Kana;
exports.Salt = Salt;
@ -7,7 +7,7 @@
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"license": "GPL",
"dependencies": {
"ffi": "^2.3.0",
"ref-struct": "^1.1.0"