blstrs_plus 0.9.0

High-performance implementation of BLS12-381
Documentation
1
2
3
4
5
6
7
8
9
#![cfg(target_arch = "wasm32")]

use wasm_bindgen_test::*;

// #[cfg(test)]
#[wasm_bindgen_test]
fn wasm_scalar_tests() {
    blstrs_plus::run_test_wasm();
}