Tobin C. Harding
83d071e54b
chacha20: Add whitespace
...
Mirror the other crates. Whitespace only.
2025-03-03 13:33:19 +11:00
Tobin C. Harding
4451724d31
chacha20: Add a docs heading
...
Like we do for the other crates add a heading to the crate docs.
2025-03-03 13:33:11 +11:00
jeremiah
e41653d188
add chacha20 benchmarks
2025-02-17 21:00:40 -05:00
Tobin C. Harding
85e04315d5
Remove test_ prefix from unit tests
...
There is a loose convention in Rust to not use `test_` prefix. The
reason being that `cargo test` outputs 'test <test name>' using the
prefix makes the output stutter.
This patch smells a bit like code-churn but having the prefix in some
places and not others is confusing to new contributors and is leading me
to explain this many times now. Lets just fix it.
Remove the prefix unless doing so breaks the code.
2025-01-02 10:06:50 +11:00
Tobin C. Harding
84ede349b0
Run the formatter
...
Run `just fmt`, no manual changes.
2024-11-11 14:19:17 +11:00
Tobin C. Harding
9f60e1ae26
Copy crate level attributes to chacha20_poly1305
...
No obvious reason not to; copy the crate level attributes that we have
in all our other crates.
2024-11-04 13:38:19 +11:00
Fmt Bot
5ecf7f2d67
2024-11-03 automated rustfmt nightly
2024-11-03 01:21:14 +00:00
Nick Johnson
26ed97877b
Add no_std flag to the chacha20-poly1205 crate
2024-10-30 20:48:21 -07:00
Fmt Bot
2a08b29232
2024-10-20 automated rustfmt nightly
2024-10-20 01:21:52 +00:00
Nick Johnson
a5f5c795f5
Add the ChaCha20Poly1305 AEAD crate
...
* The ChaCha20 stream cipher and the Poly1305 message authenticator
are used in BIP324's encrypted P2P transport protocol.
2024-10-14 20:55:03 -07:00