-
Notifications
You must be signed in to change notification settings - Fork 235
Closed
Labels
do-for-2.0This should be resolved before a 2.0 releaseThis should be resolved before a 2.0 release
Description
merlin
fails tests on big endian machines dalek-cryptography/merlin#60 (comment), due to some underlying casting that isn't respectful of endianness. It probably isn't a security issue, but I don't like it.
Currently there are two PRs on two different merlin
repos that fix this.
- In
dalek-cryptography/merlin
this replaces the STROBE impl entirely withstrobe-rs
- In
zkcrypto/merlin
this fixes the incorrect cast that the keccakf function does
If we don't have write access to either repo, we might have to fork and maintain yet another :(
Metadata
Metadata
Assignees
Labels
do-for-2.0This should be resolved before a 2.0 releaseThis should be resolved before a 2.0 release