mirror of
https://gogs.blitter.com/RLabs/cryptmt
synced 2024-08-14 19:26:42 +00:00
Add 'README.md'
This commit is contained in:
parent
852143b226
commit
f3e54a9d98
1 changed files with 6 additions and 0 deletions
6
README.md
Normal file
6
README.md
Normal file
|
@ -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)
|
Loading…
Reference in a new issue