mirror of
https://gogs.blitter.com/RLabs/cryptmt
synced 2024-08-14 19:26:42 +00:00
Implementation of cryptMTv1 stream cipher (but with mtwist64 as base accum)
https://eprint.iacr.org/2005/165.pdf
41d01db0ab
Added cmd/main for CLI usage Signed-off-by: Russ Magee <rmagee@gmail.com> |
||
---|---|---|
cmd | ||
cryptmt.go | ||
README.md |
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