From: Mark Wooding Date: Sat, 28 Jan 2006 19:09:57 +0000 (+0000) Subject: rand: Generators based on symmetric algorithms; fixing X-Git-Tag: 1.0.1~35 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/catacomb-python/commitdiff_plain/850a4b483975ef7081ea7fabfa2e90f99a1844a9?ds=inline;hp=850a4b483975ef7081ea7fabfa2e90f99a1844a9 rand: Generators based on symmetric algorithms; fixing * Include support for the various generators based on symmetric algorithms: i.e., counter and OFB modes for block ciphers, and SEAL and RC4. * Recognise, and return correct subclass instance for, TLS and SSL generators, and the symmetric crypto-based generators. ---