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

Fuzzing: multiple definition of functions #94

Closed mratsim closed 2 years ago

mratsim commented 3 years ago

The recent BLST cannot be compiled for use in libnfuzz and so prevents fuzzing Nimbus.

Command:

NIMFLAGS="-d:disableLTO" make libnfuzz.so libnfuzz.a

Example duplicated proc

mratsim commented 3 years ago

This works for me though, with the old BLST commit, was make update missing or nimbus-eth2 not pulled?

image