An open API service indexing awesome lists of open source software.

https://github.com/alinz/crypto.go

Common Crypto functions in Go
https://github.com/alinz/crypto.go

certificate chacha20 crypto curve25519 ed25519 golang public-private-key

Last synced: 6 months ago
JSON representation

Common Crypto functions in Go

Awesome Lists containing this project

README

          

# 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