Skip to content

davidlazar/go-crypto

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-crypto contains the following packages:

  • drbg: a cryptographically secure pseudorandom number generator
  • encoding/base32: a compact base32 encoder
  • secretkey: user-friendly secret keys that can be used with secretbox

It also includes packages that you probably don't need:

  • salsa20: a streaming interface (cipher.Stream) for the Salsa20 stream cipher
  • poly1305: a streaming interface (hash.Hash) for the Poly1305 one-time authenticator

About

Cryptographic packages for Go

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages