From f3e54a9d98fa669fe101a7e2fc08a4af386abcc7 Mon Sep 17 00:00:00 2001 From: Russtopia Date: Sat, 8 Dec 2018 20:28:48 -0800 Subject: [PATCH] Add 'README.md' --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..2f1e323 --- /dev/null +++ b/README.md @@ -0,0 +1,6 @@ +[![GoDoc](https://godoc.org/blitter.com/go/cryptmt?status.svg)](https://godoc.org/blitter.com/go/cryptmt) + +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](https://gist.github.com/cuixin): [gist](https://gist.github.com/cuixin/1b8b6bd7bfbde8fe76e8)