Files
Odin/tests/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-10-02 14:05:26 +01:00
2021-11-17 13:59:53 +00:00
2021-09-21 16:28:35 +02:00
2021-10-06 22:43:33 +02:00
2021-09-20 20:53:39 +02:00
2021-09-08 21:17:16 +02:00
2021-09-07 18:25:49 +02:00