mirror of
https://github.com/logos-blockchain/sponges.git
synced 2026-07-30 02:23:31 +00:00
Add description of features and remove the dependencies section (#17)
This commit is contained in:
parent
f31b4b6eee
commit
0901b5f420
@ -13,8 +13,6 @@ keywords = ["crypto", "sponge", "keccak", "keccak-f", "keccak-p"]
|
||||
categories = ["cryptography", "no-std"]
|
||||
readme = "README.md"
|
||||
|
||||
[dependencies]
|
||||
|
||||
[features]
|
||||
no_unroll = []
|
||||
simd = []
|
||||
no_unroll = [] # Do no unroll loops for binary size reduction
|
||||
simd = [] # Use core::simd (WARNING: requires Nigthly)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user