xs/vendor/blitter.com/go/cryptmt
Russ Magee 58652ce935 Updated go.mod deps
Signed-off-by: Russ Magee <rmagee@gmail.com>
2020-02-06 19:02:34 -08:00
..
README.md 1/3 Updated Makefile to allow VENDOR flag (adds -vendor to version string) 2020-01-29 17:23:44 -08:00
cryptmt.go Updated go.mod deps 2020-02-06 19:02:34 -08:00

README.md

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