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 c38787b commit 1fc2486
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ascon-hash/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ hex-literal = "0.4"
default = ["std"]
std = ["digest/std"]
zeroize = ["ascon/zeroize", "digest/zeroize"]
no_unroll = ["ascon/no_unroll"]

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

0 comments on commit 1fc2486

Please sign in to comment.