| author | |
| committer | |
| log | 417b5b1daae800ef423f65154c40a513a73485e8 |
| tree | d9fc3cf179c89e7a8cfc134b6dfab3915ae85a50 |
| parent | 1ab3dff846cc422ebd915b149b48f3b596ca2455 |
caught by stage2 astgen1 files changed, 2 insertions(+), 2 deletions(-)
lib/std/crypto/pcurves/p256.zig+2-2| ... | ... | @@ -390,12 +390,12 @@ pub const P256 = struct { |
| 390 | 390 | return pc; |
| 391 | 391 | } |
| 392 | 392 | |
| 393 | const basePointPc = comptime pc: { | |
| 393 | const basePointPc = pc: { | |
| 394 | 394 | @setEvalBranchQuota(50000); |
| 395 | 395 | break :pc precompute(P256.basePoint, 15); |
| 396 | 396 | }; |
| 397 | 397 | |
| 398 | const basePointPc8 = comptime pc: { | |
| 398 | const basePointPc8 = pc: { | |
| 399 | 399 | @setEvalBranchQuota(50000); |
| 400 | 400 | break :pc precompute(P256.basePoint, 8); |
| 401 | 401 | }; |