Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/armfazh/tozan-ecc

Elliptic curve Go reference implementation
https://github.com/armfazh/tozan-ecc

algebra cryptography ecc elliptic-curves golang

Last synced: 2 months ago
JSON representation

Elliptic curve Go reference implementation

Awesome Lists containing this project

README

        

# tozan-ecc

![Go](https://github.com/armfazh/tozan-ecc/workflows/Go/badge.svg)

Elliptic curve operations in Go.

### Features

Curve models supported:
- Weierstrass
- Montgomery
- Twisted Edwards

#### Disclaimer

This implementation is for reference only. It **MUST NOT** be used in production systems.

#### License

[BSD 3-Clause](./LICENSE)