Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/armfazh/drand-kyber-circl
https://github.com/armfazh/drand-kyber-circl
Last synced: 22 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/armfazh/drand-kyber-circl
- Owner: armfazh
- License: mit
- Created: 2023-04-06T11:02:40.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-04-13T00:34:24.000Z (over 1 year ago)
- Last Synced: 2024-10-25T05:09:06.428Z (2 months ago)
- Language: Go
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# drand-kyber-circl
This is a wrapper for [CIRCL](https://github.com/cloudflare/circl/) pairing implementation of BLS12-381, so it works with drand/kyber library.
The package exposes a `Suite` that implements `pairing.Suite` as
defined in github.com/drand/kyber/pairing