Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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.