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.
If we don't have write access to either repo, we might have to fork and maintain yet another :(
merlinfails 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
merlinrepos that fix this.dalek-cryptography/merlinthis replaces the STROBE impl entirely withstrobe-rszkcrypto/merlinthis fixes the incorrect cast that the keccakf function doesIf we don't have write access to either repo, we might have to fork and maintain yet another :(