mirror of
https://github.com/ziglang/zig.git
synced 2026-02-13 04:48:20 +00:00
Update lib/std/crypto/25519/field25519.zig
Co-authored-by: Jakub Konka <kubkon@jakubkonka.com>
This commit is contained in:
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;
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user