Skip to content

Commit

Permalink
chacha20poly1305: Add force-soft feature (#316)
Browse files Browse the repository at this point in the history
Adds a `force-soft` feature which forces non-SSE implementations for the
`chacha20` and `poly1305` crates.
  • Loading branch information
Tynan McAuley authored May 26, 2021
1 parent aa8762c commit 338c6c7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions chacha20poly1305/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ heapless = ["aead/heapless"]
reduced-round = ["chacha20"]
stream = ["aead/stream"]
xchacha20poly1305 = ["chacha20/xchacha"]
force-soft = ["chacha20/force-soft", "poly1305/force-soft"]

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

0 comments on commit 338c6c7

Please sign in to comment.