Skip to main content
const crypto = @import("crypto");
var out = try allocator.alloc(u8, crypto.bls12_381.g1_output_size());
// crypto.bls12_381.g1Mul(input_bytes, out); // prepare proper input
allocator.free(out);

title: Performance description: BLS12-381 performance benchmarks

Performance

Comprehensive performance documentation for BLS12-381. [Content to be expanded based on source code analysis and best practices]