Skip to content

Commit

Permalink
Support no_unroll for Ascon
Browse files Browse the repository at this point in the history
This helps when used on resource constrained systems, e.g. MCUs, to keep
the binary size small.
  • Loading branch information
korken89 committed Mar 2, 2024
1 parent d1a2298 commit 0e8a937
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ascon-aead/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ heapless = ["aead/heapless"]
rand_core = ["aead/rand_core"]
stream = ["aead/stream"]
zeroize = ["zeroize_crate", "ascon/zeroize"]
no_unroll = ["ascon/no_unroll"]

[package.metadata.docs.rs]
all-features = true
Expand Down

0 comments on commit 0e8a937

Please sign in to comment.