cosmian_abe_gpsw 2.0.3

ABE GPSW scheme for BLS pairing implemented in rust
Documentation
#![allow(clippy::type_complexity)]

pub mod error;

pub mod core;

#[cfg(feature = "interfaces")]
pub mod interfaces;