Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/armfazh/tozan-ecc
- Owner: armfazh
- License: bsd-3-clause
- Created: 2020-01-27T21:18:00.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-06-02T20:33:56.000Z (over 2 years ago)
- Last Synced: 2024-10-25T05:09:06.855Z (2 months ago)
- Topics: algebra, cryptography, ecc, elliptic-curves, golang
- Language: Go
- Homepage:
- Size: 47.9 KB
- Stars: 26
- Watchers: 4
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)