| 1 | const std = @import("std"); |
| 2 | const common = @import("../common.zig"); |
| 3 | |
| 4 | const Field = common.Field; |
| 5 | |
| 6 | pub const Fe = Field(.{ |
| 7 | .fiat = @import("p384_64.zig"), |
| 8 | .field_order = 39402006196394479212279040100143613805079739270465446667948293404245721771496870329047266088258938001861606973112319, |
| 9 | .field_bits = 384, |
| 10 | .saturated_bits = 384, |
| 11 | .encoded_length = 48, |
| 12 | }); |