mirror of
https://github.com/fluencelabs/libp2p-ts
synced 2025-06-27 03:31:33 +00:00
Add blakejs
This commit is contained in:
4
blakejs/blakejs-tests.ts
Normal file
4
blakejs/blakejs-tests.ts
Normal 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]));
|
Reference in New Issue
Block a user