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)
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.


No differences found