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
- Host: GitHub
- URL: https://github.com/alinz/crypto.go
- Owner: alinz
- License: bsd-3-clause
- Created: 2021-07-28T12:55:40.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-10-13T15:25:38.000Z (almost 4 years ago)
- Last Synced: 2025-04-10T00:43:17.872Z (6 months ago)
- Topics: certificate, chacha20, crypto, curve25519, ed25519, golang, public-private-key
- Language: Go
- Homepage:
- Size: 13.7 KB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 Certificatetests contains all example required for using this library