Skip to content

david415/lioness

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lioness - LIONESS-BLAKE2b-ChaCha20

Yawning Angel (yawning at schwanenlied dot me)

Yet another Go LIONESS implementation, similar to go-lioness, though with slightly different parameterization, and support for a nonce. The implementations are NOT interoperable.

Notes:

  • H() is BLAKE2b with a 256 bit key, 96 bit nonce.
  • S() is ChaCha20 with a 256 bit key, 96 bit nonce.
  • The crypto implementations used have assembly for AMD64.
  • It's still kind of slow, because it's LIONESS, and it's written in Go.

About

fork of Yawning's golang lioness implementation

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published