Implementation of cryptMTv1 stream cipher (but with mtwist64 as base accum) https://eprint.iacr.org/2005/165.pdf
  • Go 84.9%
  • Shell 15.1%
Find a file
2026-05-29 16:21:14 -07:00
cmd Added LICENSE and AI_USAGE.md 2026-05-17 22:48:41 -07:00
AI_USAGE.md Strengthened restrictions on AI/LLM usage 2026-05-29 16:21:14 -07:00
cryptmt.go Removed Read/Write methods from core cipher to prevent accidental mis-use of Write; Updated usage comments in demo cmd 2026-05-17 10:16:53 -07:00
go.mod Updated go.{mod,sum} 2025-12-08 21:37:45 -08:00
go.sum Updated go.{mod,sum} 2025-12-08 21:37:45 -08:00
LICENSE Added LICENSE and AI_USAGE.md 2026-05-17 22:48:41 -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