aboutsummaryrefslogtreecommitdiff
path: root/lib/std
diff options
context:
space:
mode:
Diffstat (limited to 'lib/std')
-rw-r--r--lib/std/crypto/25519/ristretto255.zig2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/std/crypto/25519/ristretto255.zig b/lib/std/crypto/25519/ristretto255.zig
index f573145385..997b3085c9 100644
--- a/lib/std/crypto/25519/ristretto255.zig
+++ b/lib/std/crypto/25519/ristretto255.zig
@@ -10,7 +10,7 @@ pub const Ristretto255 = struct {
/// Field arithmetic mod the order of the main subgroup.
pub const scalar = Curve.scalar;
- p: Curve = undefined,
+ p: Curve,
fn sqrtRatioM1(u: Fe, v: Fe) !Fe {
const v3 = v.sq().mul(v); // v^3