Tony Arcieri
e29a53e1d9
keccak: fix build ( #13 )
...
`packed_simd_2` no longer builds on nightly:
https://github.com/rust-lang/packed_simd/issues/343
This commit pins the nightly version for now, and disables the
`minimal-versions` check since it's not customizable and requires the
latest nightly.
2022-05-24 15:32:08 -06:00
Alexander Wagner
2736330d93
Add f1600x{2, 4, 8} ( #8 )
2022-05-12 08:49:34 -06:00
Tony Arcieri
95fbc0c28f
Add initial toplevel README.md
2022-05-11 11:47:45 -06:00
Alexander Wagner
a2ef49e5a6
Add generic keccak-p and keccak-f {200, 400, 800} ( #7 )
2022-05-11 11:36:17 -06:00
Alexander Wagner
0af08cbb1e
Add cargo-cache from RustCrypto/actions ( #10 )
2022-02-21 16:10:35 +00:00
Alexander Wagner
f9988e9e02
Add minimal-versions from RustCrypto/actions ( #11 )
2022-02-21 15:57:26 +00:00
Alexander Wagner
b7031fba6a
Use common CI patterns ( #9 )
...
* .github: Use cross-install action
* .github: Use set-msrv workflow
2022-02-15 07:04:05 -07:00
Alexander Wagner
71c7948b23
Revive CI with GH Workflows ( #6 )
2022-01-26 03:26:50 +00:00
newpavlov
35ac0f140f
small code cleanup
2018-04-03 19:54:43 +03:00
newpavlov
fcb42fe8d1
do not unroll the rounds loop
2018-03-27 19:28:37 +03:00
newpavlov
a417e97a41
disable rustfmt
2018-03-21 17:21:11 +03:00
newpavlov
dd9f552e61
disable rustfmt
2018-03-21 17:10:26 +03:00
newpavlov
af282ce18f
fixed formatting
2018-03-21 16:27:38 +03:00
newpavlov
3c70c34ac9
bumped min Rust version to 1.15.0
2018-03-21 16:24:04 +03:00
newpavlov
99c07f7885
added Travis CI
2018-03-21 16:19:00 +03:00
newpavlov
e986524350
updated keccak Cargo.toml
2018-03-21 16:18:35 +03:00
newpavlov
da080e1835
license
2018-03-21 15:59:59 +03:00
newpavlov
9bb3d48391
keccak-f[1600]
2018-03-21 15:44:29 +03:00