Add description of features and remove the dependencies section (#17)

This commit is contained in:
Artyom Pavlov 2022-05-24 23:22:02 +00:00 committed by GitHub
parent f31b4b6eee
commit 0901b5f420
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)