rust-argon2
rust-argon2 copied to clipboard
Test failure on s390x
I am the maintainer for rust-argon on debian. The crate builds on fine. The tests on the s390x architecture fail though. This happens because the values differ because of the way the bits are encoded on s390x. See this debian wiki entry. Please consider fixing that issue as it prevents testing migration. I attached the log below. log.gz
I've narrowed it down to the fact that s390x is big endian (BE) architecture.