| author | |
| committer | |
| log | c483bf4f97504f3c9174ec9fd516d8995971023c |
| tree | 700394b30594c3ef6e8403bf80f4256d1cd90e1a |
| parent | 739b68938cb233d88e47ab73047787aba0ccb918 |
Co-authored-by: Jakub Konka <kubkon@jakubkonka.com>1 files changed, 1 insertions(+), 1 deletions(-)
lib/std/crypto/25519/ristretto255.zig+1-1| ... | ... | @@ -10,7 +10,7 @@ pub const Ristretto255 = struct { |
| 10 | 10 | /// Field arithmetic mod the order of the main subgroup. |
| 11 | 11 | pub const scalar = Curve.scalar; |
| 12 | 12 | |
| 13 | p: Curve = undefined, | |
| 13 | p: Curve, | |
| 14 | 14 | |
| 15 | 15 | fn sqrtRatioM1(u: Fe, v: Fe) !Fe { |
| 16 | 16 | const v3 = v.sq().mul(v); // v^3 |