Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bytemare/edwards25519
An extension to filippo.io/edwards25519 supporting hash-to-curve.
https://github.com/bytemare/edwards25519
curve25519 ed25519 elligator2 h2c hash-to-curve
Last synced: about 2 months ago
JSON representation
An extension to filippo.io/edwards25519 supporting hash-to-curve.
- Host: GitHub
- URL: https://github.com/bytemare/edwards25519
- Owner: bytemare
- License: mit
- Created: 2022-08-09T13:54:57.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-04-24T05:25:19.000Z (over 1 year ago)
- Last Synced: 2024-06-21T09:56:34.672Z (7 months ago)
- Topics: curve25519, ed25519, elligator2, h2c, hash-to-curve
- Language: Go
- Homepage:
- Size: 22.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
- Security: .github/SECURITY.md
Awesome Lists containing this project
README
# Edwards25519 hash-to-curve
[![edwards25519](https://github.com/bytemare/edwards25519/actions/workflows/ci.yml/badge.svg)](https://github.com/bytemare/edwards25519/actions/workflows/ci.yml)
[![Go Reference](https://pkg.go.dev/badge/github.com/bytemare/edwards25519.svg)](https://pkg.go.dev/github.com/bytemare/edwards25519)
[![codecov](https://codecov.io/gh/bytemare/edwards25519/branch/main/graph/badge.svg?token=5bQfB0OctA)](https://codecov.io/gh/bytemare/edwards25519)```
import "github.com/bytemare/edwards25519"
```This package extends [filippo.io/edwards25519](filippo.io/edwards25519) to support hash-to-curve according to the [specification](https://datatracker.ietf.org/doc/draft-irtf-cfrg-hash-to-curve/).
## Documentation [![Go Reference](https://pkg.go.dev/badge/github.com/bytemare/edwards25519.svg)](https://pkg.go.dev/github.com/bytemare/edwards25519)
You can find the documentation and usage examples in [the package doc](https://pkg.go.dev/github.com/bytemare/edwards25519) and [the project wiki](https://github.com/bytemare/edwards25519/wiki) .
## Versioning
[SemVer](http://semver.org) is used for versioning. For the versions available, see the [tags on the repository](https://github.com/bytemare/edwards25519/tags).
## Contributing
Please read [CONTRIBUTING.md](.github/CONTRIBUTING.md) for details on the code of conduct, and the process for submitting pull requests.
## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.