Update lib/std/crypto/25519/field25519.zig
Co-authored-by: Jakub Konka <kubkon@jakubkonka.com>
This commit is contained in:
committed by
Andrew Kelley
parent
6af9bc8c68
commit
739b68938c
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user