Type Fe [src]
Alias for std.crypto.pcurves.p256.field.Fe
Source
pub const Fe = Field(.{
.fiat = @import("p256_64.zig"),
.field_order = 115792089210356248762697446949407573530086143415290314195533631308867097853951,
.field_bits = 256,
.saturated_bits = 256,
.encoded_length = 32,
})