blueicesir / chacha20

Golang (X)ChaCha20 stream cipher. (Mirror)

Home Page:https://git.schwanenlied.me/yawning/chacha20

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

chacha20 - ChaCha20

Yawning Angel (yawning at schwanenlied dot me)

Yet another Go ChaCha20 implementation. Everything else I found was slow, didn't support all the variants I need to use, or relied on cgo to go fast.

Features:

  • 20 round, 256 bit key only. Everything else is pointless and stupid.
  • IETF 96 bit nonce variant.
  • XChaCha 24 byte nonce variant.
  • SSE2 and AVX2 support on amd64 targets.
  • Incremental encrypt/decrypt support, unlike golang.org/x/crypto/salsa20.

About

Golang (X)ChaCha20 stream cipher. (Mirror)

https://git.schwanenlied.me/yawning/chacha20

License:Creative Commons Zero v1.0 Universal


Languages

Language:Assembly 39.5%Language:Go 33.4%Language:Python 27.1%