UNPKG

blocklock-js

Version:

A library for encrypting and decrypting data for the future

3 lines (2 loc) 149 B
export declare function xor(a: Uint8Array, b: Uint8Array): Uint8Array; export declare function toBigEndianBytes(n: bigint): Uint8Array<ArrayBuffer>;