status-im / nim-blscurve

Nim implementation of BLS signature scheme (Boneh-Lynn-Shacham) over Barreto-Lynn-Scott (BLS) curve BLS12-381
Apache License 2.0
26 stars 11 forks source link

[Optim] Replace EIP2333 routines by builtin ones #141

Closed mratsim closed 2 years ago

mratsim commented 2 years ago

BLST added builtin support for EIP2333 which is currently implemented manually in https://github.com/status-im/nim-blscurve/tree/master/blscurve/eth2_keygen

Note: those procedures aren't used in Nimbus at the moment as we redirect all keygen needs to the eth-deposit-cli

mratsim commented 2 years ago

closed by #142