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;
Was this page helpful?