You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
317 B

4 years ago
const ffi = require('ffi');
const struct = require('ref-struct');
const ref = require('ref');
const Kana = require('./kana');
4 years ago
const Salt = require('./salt');
4 years ago
4 years ago
//console.log(new Kana(Kana.CRC64, new Salt("hello lolis")).once("hello worldチそぬとね"));
4 years ago
4 years ago
module.exports.Kana = Kana;
module.exports.Salt = Salt;