Implementation of cryptMTv1 stream cipher (but with mtwist64 as base accum) https://eprint.iacr.org/2005/165.pdf
Updated 3 years ago
Updated 3 years ago
Mersenne Twister (64 bit) written in golang. Implementation based on https://gist.github.com/cuixin/1b8b6bd7bfbde8fe76e8
Updated 3 years ago
A replacement for the Unix crypt, using several block algorithms in several modes like cbc, and cfb (forked from Official Site, defunct)
Updated 4 years ago