UNPKG
@bitgo/bls
Version:
latest (0.1.0)
0.1.0
Implementation of bls signature verification for ethereum 2.0
github.com/BitGo/bls
@bitgo/bls
/
lib
/
constants.d.ts
6 lines
(5 loc)
•
220 B
TypeScript
View Raw
1
2
3
4
5
6
export
declare
const
SECRET_KEY_LENGTH
=
32
;
export
declare
const
SIGNATURE_LENGTH
=
96
;
export
declare
const
FP_POINT_LENGTH
=
48
;
export
declare
const
PUBLIC_KEY_LENGTH
=
48
;
export
declare
const
G2_HASH_PADDING
=
16
;