nim-blscurve icon indicating copy to clipboard operation
nim-blscurve copied to clipboard

Nim implementation of BLS signature scheme (Boneh-Lynn-Shacham) over Barreto-Lynn-Scott (BLS) curve BLS12-381

Results 6 nim-blscurve issues
Sort by recently updated
recently updated
newest added

This follows a discussion with an auditor on ED25519 in libp2p. We need to use all measures possible to prevent leaking private keys, hence I recommend that all private keys...

https://github.com/status-im/nim-blscurve/pull/120#discussion_r681980253

labels: nbc-audit-2020-2 :passport_control:, status:reported labels: difficulty:medium, severity:medium, type:bug ## Description The [EIP 2386 specification](https://github.com/ethereum/EIPs/blob/4494da0966afa7318ec0157948821b19c4248805/EIPS/eip-2386.md) is silent on a number of aspects relevant to `blscurve/eth2_keygen`, including: * The maximum length of...

status: reported
nbc-audit-2020-2 :passport_control:

See https://github.com/status-im/nim-blscurve/pull/60 > This implements keystore primitives for EIP-2333 (draft) > [ethereum/EIPs#2333](https://github.com/ethereum/EIPs/pull/2333) > > This will unblock [status-im/nim-beacon-chain#1093](https://github.com/status-im/nim-beacon-chain/pull/1093) > > cc @zah > > Ready: > > Note that the...

A a minimum we need to add fuzzing to Hash-To-Curve as we might receive forged messages that might trigger edge cases. One nice thing is that Milagro is using Exception-Free...

tests