mirror of
https://github.com/ethereum/consensus-specs.git
synced 2026-02-01 08:45:38 -05:00
set default bls lib to fastest_bls
This commit is contained in:
@@ -48,8 +48,8 @@ class fastest_bls:
|
||||
# Flag to make BLS active or not. Used for testing, do not ignore BLS in production unless you know what you are doing.
|
||||
bls_active = True
|
||||
|
||||
# To change bls implementation, default to PyECC for correctness. Milagro is a good faster alternative.
|
||||
bls = py_ecc_bls
|
||||
# Default to fastest_bls
|
||||
bls = fastest_bls
|
||||
|
||||
STUB_SIGNATURE = b'\x11' * 96
|
||||
STUB_PUBKEY = b'\x22' * 48
|
||||
|
||||
Reference in New Issue
Block a user