Open
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 :(