Add blakejs

This commit is contained in:
Jaco Greeff
2018-06-21 10:31:25 +02:00
parent 5d9c93e8ce
commit 26cc286262
6 changed files with 60 additions and 0 deletions

4
blakejs/blakejs-tests.ts Normal file
View File

@ -0,0 +1,4 @@
import blake = require('blakejs');
blake.blake2bHex(new Uint8Array([1, 2, 3, 4, 5]));
blake.blake2sHex(Buffer.from([1, 2, 3, 4, 5]));