| author | |
| committer | |
| log | 739b68938cb233d88e47ab73047787aba0ccb918 |
| tree | 5273026e96bed19063152239d1179fb12c2651d8 |
| parent | 6af9bc8c686c5eeaff274fa7ebb96b1ead3212ce |
Co-authored-by: Jakub Konka <kubkon@jakubkonka.com>1 files changed, 1 insertions(+), 1 deletions(-)
lib/std/crypto/25519/field25519.zig+1-1| ... | ... | @@ -3,7 +3,7 @@ const readIntLittle = std.mem.readIntLittle; |
| 3 | 3 | const writeIntLittle = std.mem.writeIntLittle; |
| 4 | 4 | |
| 5 | 5 | pub const Fe = struct { |
| 6 | limbs: [5]u64 = undefined, | |
| 6 | limbs: [5]u64, | |
| 7 | 7 | |
| 8 | 8 | const MASK51: u64 = 0x7ffffffffffff; |
| 9 | 9 |