History log of /openbsd-src/lib/libc/crypt/chacha_private.h (Results 1 – 3 of 3)
Revision Date Author Comments
# 822b16c6 28-Feb-2022 dtucker <dtucker@openbsd.org>

Remove unused ivbits argument from chacha_keysetup to match other
instances in the tree. ok deraadt@


# cf5504b8 04-Oct-2013 djm <djm@openbsd.org>

a couple of warning fixes and an RCS marker; ok markus@


# 90c1fad7 01-Oct-2013 markus <markus@openbsd.org>

replace rc4 with ChaCha20; inspired by Nick Mathewson's work on libottery;
feedback and ok djm@