| Crates.io | mcl |
| lib.rs | mcl |
| version | 0.5.0-alpha |
| created_at | 2019-10-07 10:40:29.489997+00 |
| updated_at | 2019-10-14 09:36:04.452502+00 |
| description | Rust FFI bindings for the MCL pairing-based cryptography. |
| homepage | |
| repository | https://github.com/adambudziak/rust_mcl |
| max_upload_size | |
| id | 170548 |
| size | 23,233 |
Rust-bindings to the MCL pairing-based cryptography library.
MCL GitHub: https://github.com/herumi/mcl
First install MCL using the manual in herumi/mcl. You can build the bindings
as a usual cargo crate.
If it compiles, then it should work - it was tested against MCL v1.00 (2019/Sep/30).
Currently under heavy development, many bindings are missing and the API may change significantly.
examples/ directory)