UNPKG

@chainsafe/bls

Version:

Implementation of bls signature verification for ethereum 2.0

5 lines (4 loc) 168 B
import type { IBls, Implementation } from "./types.js"; declare const bls: IBls; export default bls; export declare function init(impl: Implementation): Promise<void>;