Files
Odin/core
Yawning Angel 7bed317636 core/crypto: Add chacha20
This package implements the ChaCha20 stream cipher as specified in
RFC 8439, and the somewhat non-standard XChaCha20 variant that supports
a 192-bit nonce.

While an IETF draft for XChaCha20 standardization exists,
implementations that pre-date the draft use a 64-bit counter, instead of
the IETF-style 32-bit one.  This implementation opts for the latter as
compatibility with libsodium is more important than compatibility with
an expired IETF draft.
2021-11-17 13:59:53 +00:00
..
2021-04-01 10:06:00 +01:00
2021-11-16 21:19:08 +00:00
2021-11-17 13:59:53 +00:00
2021-09-21 16:28:35 +02:00
2021-10-06 22:47:40 +02:00
2021-10-11 12:33:27 +00:00
2021-10-23 12:24:53 +02:00
2021-10-31 22:57:13 +00:00
2021-11-10 14:59:54 +01:00
2021-09-19 11:59:31 +01:00
2021-10-26 20:22:39 +01:00
2021-09-23 12:19:08 +01:00
2021-10-13 23:39:17 +01:00
2021-11-09 16:35:50 +00:00