Update lib/std/crypto/25519/field25519.zig

Co-authored-by: Jakub Konka <kubkon@jakubkonka.com>
This commit is contained in:
Frank Denis 2020-08-14 16:23:55 +02:00 committed by Andrew Kelley
parent 6af9bc8c68
commit 739b68938c

View File

@ -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;