Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/moonfruit/bls
https://github.com/moonfruit/bls
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/moonfruit/bls
- Owner: moonfruit
- License: mit
- Created: 2024-01-14T02:45:49.000Z (11 months ago)
- Default Branch: master
- Last Pushed: 2024-01-14T02:58:36.000Z (11 months ago)
- Last Synced: 2024-06-21T10:00:11.871Z (6 months ago)
- Language: C
- Size: 7.63 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# bls
Precompiled bls library for goThis library use the precompiled [bls](https://github.com/herumi/bls) and [mcl](https://github.com/herumi/mcl).
Thank [herumi](https://github.com/herumi) for the great work.And this library also bundle with [GMP](https://gmplib.org/) for the dependency.
## Note
Because of the precompiled libs are managed by `git-lfs`, so before `go get github.com/moonfruit/bls` or simply clone the repository, you must install [git-lfs](https://git-lfs.github.com/) first.