UNPKG

@chainsafe/bls

Version:

Implementation of bls signature verification for ethereum 2.0

6 lines (5 loc) 277 B
export declare const SECRET_KEY_LENGTH = 32; export declare const PUBLIC_KEY_LENGTH_COMPRESSED = 48; export declare const PUBLIC_KEY_LENGTH_UNCOMPRESSED: number; export declare const SIGNATURE_LENGTH_COMPRESSED = 96; export declare const SIGNATURE_LENGTH_UNCOMPRESSED: number;