diff --git a/lib/std/crypto/25519/field25519.zig b/lib/std/crypto/25519/field25519.zig index 9061cbf01186f04ffdeb7f3ccb5f1ba0d4cbc0dc..fe5c28056a8540ee598396438923c8d2f2cf5ce2 100644 --- a/lib/std/crypto/25519/field25519.zig +++ b/lib/std/crypto/25519/field25519.zig @@ -3,7 +3,7 @@ const readIntLittle = std.mem.readIntLittle; const writeIntLittle = std.mem.writeIntLittle; pub const Fe = struct { - limbs: [5]u64 = undefined, + limbs: [5]u64, const MASK51: u64 = 0x7ffffffffffff;