mcl 0.5.0-alpha

Rust FFI bindings for the MCL pairing-based cryptography.
Documentation
1
2
3
4
5
6
7

#[derive(Debug)]
pub enum Base {
    Dec = 10,
    Hex = 16,
}