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

G2 multiplication implementation #17

Closed arnetheduck closed 5 years ago

arnetheduck commented 5 years ago

https://github.com/harmony-dev/beacon-chain-java/blob/master/crypto/src/main/java/org/ethereum/beacon/crypto/bls/milagro/ECP2s.java#L51

is how harmony implements it (thanks @mkalinin)

cheatfate commented 5 years ago

Thanks, implemented and tested.