bls48581 2.1.0

BLS signature implementation using the BLS48-581 curve with KZG commitments
Documentation
1
2
3
4
5
fn main() {
    println!("cargo:rerun-if-changed=build.rs");
    
    uniffi::generate_scaffolding("src/lib.udl").expect("uniffi generation failed");
}