UNPKG

@axiom-crypto/halo2-wasm

Version:

Halo2 wasm bindings

3 lines (2 loc) 165 B
export declare function fetchAndConvertToUint8Array(url: string): Promise<Uint8Array>; export declare const convertBase64ToUint8Arr: (b64str: string) => Uint8Array;