Skip to content
/ ecc Public

elliptic curve cryptography with curve25519

License

Notifications You must be signed in to change notification settings

malivvan/ecc

Repository files navigation

ecc Go Reference Release Tests Go Report Card License

Elliptic Curve Cryptography with curve25519 using only the golang standard library. Requires Go 1.22 or later.

Installation

go get github.com/malivvan/ecc@latest

License

This project is licensed under the MIT License.