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

Use const salt #50

Closed mratsim closed 4 years ago

mratsim commented 4 years ago

HKDF has an openarray API instead of pointer+length so the salt message can be a const string