Commit 739b68938c

Frank Denis <124872+jedisct1@users.noreply.github.com>
2020-08-14 16:23:55
Update lib/std/crypto/25519/field25519.zig
Co-authored-by: Jakub Konka <kubkon@jakubkonka.com>
1 parent 6af9bc8
Changed files (1)
lib
std
crypto
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;