plan9fox/sys/man
cinap_lenrek 254031cf70 libsec: add chacha20 poly1305 aead, allow 64 bit iv's for chacha, add tsmemcmp()
chacha20 comes in two variants: ietf rfc7539, using 96 bit iv and 32 bit counter
and draft-agl-tls-chacha20poly1305 using 64 bit iv and a 64 bit counter. so
setupChachastate() now takes a ivlen argument which sets the mode.

add ccpoly_encrypt()/ccpoly_decrypt() routines.

to implement timing safe ccpoly_decrypt(), a constant time memcmp was needed, so
adding tsmemcmp() to libsec.
2015-11-26 15:25:10 +01:00
..
1 add mpc(1), extended precision code generator 2015-11-22 23:47:58 +01:00
2 libsec: add chacha20 poly1305 aead, allow 64 bit iv's for chacha, add tsmemcmp() 2015-11-26 15:25:10 +01:00
3 remove kfs references from manual 2015-08-21 19:51:03 +02:00
4 rio: fix handling "resize" wctl for hidden windows 2015-11-25 04:30:44 +01:00
5
6 utf(6), rune(2): document 21-bit runes 2015-09-24 12:14:08 +02:00
7 playlistfs: use play(1) for format detection and decoding 2012-05-24 08:13:31 +02:00
8 bootrc: remove usbwait hack, usbd/nusbrc are now synchronous by previous commit 2015-11-22 03:19:27 +01:00
fonts
index.html
mkfile
preface.html
preface3.html
preface4.html