8000 GitHub - alinz/crypto.go: Common Crypto functions in Go
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

alinz/crypto.go

Repository files navigation

Crypto.go

a handy library to create public, private keys, encrypt, decrypt data, and create custom certificate. under the hood is using

  • Chacha20 for encrypt/decrypt
  • ED25519 and Curve25519 for public private keys, which also used in Certificate

tests contains all example required for using this library

Releases

No releases published

Packages

No packages published

Languages

0