1
0
mirror of https://github.com/fluencelabs/libp2p-ts synced 2025-04-02 18:31:04 +00:00

5 lines
129 B
TypeScript
Raw Normal View History

2018-06-22 15:43:18 +02:00
import blake from 'blakejs';
2018-06-21 10:31:25 +02:00
blake.blake2bHex(new Uint8Array([1, 2, 3, 4, 5]));
blake.blake2sHex(Buffer.from([1, 2, 3, 4, 5]));