debris / tiny-keccak

An implementation of Keccak derived functions specified in FIPS-202, SP800-185 and KangarooTwelve
Creative Commons Zero v1.0 Universal
193 stars 49 forks source link

Compile error for tiny-keccak #33

Closed jamesray1 closed 6 years ago

jamesray1 commented 6 years ago

error: Could not compile tiny-keccak.

Caused by: process didn't exit successfully: rustc --crate-name tiny_keccak /home/james/.cargo/registry/src/github.com-1ecc6299db9ec823/tiny-keccak-1.4.1/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=b5e8e3638fbc1be2 -C extra-filename=-b5e8e3638fbc1be2 --out-dir /home/james/dod/target/debug/deps -L dependency=/home/james/dod/target/debug/deps --extern crunchy=/home/james/dod/target/debug/deps/libcrunchy-88d10eef0a5335a1.rlib --cap-lints allow (signal: 9, SIGKILL: kill)

To reproduce:

Clone https://github.com/jamesray1/diamond_drops

and checkout to fix-errors-in-lib-rs

then run cargo make test-all.

jamesray1 commented 6 years ago

I'll try updating the version to tiny-keccak = "1.4.2".

jamesray1 commented 6 years ago

That caused cargo make test-all to pass, although it doesn't make sense that it worked before with 1.3, then didn't.