Skip to main content
const crypto = @import("crypto");
const bn254 = crypto.bn254;
const gen = bn254.G1.GENERATOR;
const five = bn254.Fr.init(5);
const p = try gen.mul(&five);
_ = p;

title: Performance description: BN254 performance

Performance

Comprehensive documentation for BN254 performance.

Overview

[Detailed content based on source code analysis and zkSNARK best practices]