Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/herumi/mcl-rust
https://github.com/herumi/mcl-rust
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/herumi/mcl-rust
- Owner: herumi
- Created: 2019-10-15T08:04:18.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2024-03-04T01:04:39.000Z (9 months ago)
- Last Synced: 2024-05-09T07:31:53.842Z (6 months ago)
- Language: Rust
- Size: 30.3 KB
- Stars: 4
- Watchers: 3
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# mcl for Rust
This is a wrapper library of [mcl](https://github.com/herumi/mcl/),
which is a portable and fast pairing-based cryptography library.# Test
```
git clone --recursive https://github.com/herumi/mcl-rust
cd mcl-rust
cargo build
cargo test
```# License
modified new BSD License
http://opensource.org/licenses/BSD-3-Clause# Author
光成滋生 MITSUNARI Shigeo([email protected])