Skip to content

Commit

Permalink
chacha20poly1305: Switch to one-pass encryption and decryption
Browse files Browse the repository at this point in the history
  • Loading branch information
str4d committed Apr 24, 2022
1 parent b776cfc commit a23afb2
Show file tree
Hide file tree
Showing 4 changed files with 342 additions and 37 deletions.
16 changes: 16 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions chacha20poly1305/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ categories = ["cryptography", "no-std"]
aead = { version = "0.4", default-features = false }
chacha20 = { version = "0.9", features = ["zeroize"] }
cipher = "0.4"
gcd = "2"
poly1305 = { git = "https://github.com/str4d/universal-hashes", rev = "88eca39b494585b34d4021cefd588a9d59279357" }
zeroize = { version = "1", default-features = false }

Expand Down

0 comments on commit a23afb2

Please sign in to comment.