alinz / crypto.go

Common Crypto functions in Go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Common Crypto functions in Go

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Go 100.0%