UNPKG

@iden3/js-jwz

Version:

JS implementation of JWZ

4 lines (3 loc) 235 B
export declare const qString = "21888242871839275222246405745257275088548364400416034343698204186575808495617"; export declare function hash(message: Uint8Array): bigint; export declare function checkBigIntInField(a: bigint): boolean;