Implementation of cryptMTv1 stream cipher (but with mtwist64 as base accum) https://eprint.iacr.org/2005/165.pdf
Find a file
2019-09-24 21:25:37 -07:00
cryptmt.go renamed yield8() to yield() 2019-09-24 21:25:37 -07:00
README.md Add 'README.md' 2018-12-08 20:28:48 -08:00

GoDoc

Implementation of cryptMTv1 stream cipher (but with mtwist64 as base accum) https://eprint.iacr.org/2005/165.pdf

Uses Mersenne Twister 64 golang implementation supplied by cuixin: gist