From: Mark Wooding Date: Mon, 12 Sep 2016 21:29:09 +0000 (+0100) Subject: rand.c, algorithms.py: Support random access protocol of Latin-dance PRFs. X-Git-Tag: 1.2.0~52 X-Git-Url: https://git.distorted.org.uk/~mdw/catacomb-python/commitdiff_plain/35e5469a15e4f97b0fc0ecf70840b22e0bc0b1c2?hp=35e5469a15e4f97b0fc0ecf70840b22e0bc0b1c2 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. ---