chiark / gitweb /
rand.c, algorithms.py: Support random access protocol of Latin-dance PRFs.
authorMark Wooding <mdw@distorted.org.uk>
Mon, 12 Sep 2016 21:29:09 +0000 (22:29 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Mon, 12 Sep 2016 21:33:26 +0000 (22:33 +0100)
commit35e5469a15e4f97b0fc0ecf70840b22e0bc0b1c2
tree32a4de54076603a751835ca816dfc49c439917e7
parent9f9ea9ea4df181faa5fa7acadf3a022b25234f3e
rand.c, algorithms.py: Support random access protocol of Latin-dance PRFs.

Add a new superclass for random bit generators based on Latin-dance
PRFs (Salsa20, ChaCha, etc.) which exposes the `seek'/`tell' random
access protocol to Python.
algorithms.py
rand.c