UNPKG

rustbn-wasm

Version:

Javascript bindings for https://github.com/paritytech/bn (using WASM)

6 lines 222 B
export declare const initRustBN: () => Promise<{ ec_pairing: (input_str: string) => string; ec_add: (input_str: string) => string; ec_mul: (input_hex: string) => string; }>; //# sourceMappingURL=rustbn.d.ts.map