authorgravatar for 124872+jedisct1@users.noreply.github.comFrank Denis <124872+jedisct1@users.noreply.github.com> 2020-08-14 16:24:18+02:00
committergravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2020-08-16 22:35:27-07:00
logc483bf4f97504f3c9174ec9fd516d8995971023c
tree700394b30594c3ef6e8403bf80f4256d1cd90e1a
parent739b68938cb233d88e47ab73047787aba0ccb918

Update lib/std/crypto/25519/ristretto255.zig

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 {
1010 /// Field arithmetic mod the order of the main subgroup.
1111 pub const scalar = Curve.scalar;
1212
13 p: Curve = undefined,
13 p: Curve,
1414
1515 fn sqrtRatioM1(u: Fe, v: Fe) !Fe {
1616 const v3 = v.sq().mul(v); // v^3