Skip to main content

Module field

Module field 

Source
Expand description

Field arithmetic modulo p = 2^{224}(2^{32} − 1) + 2^{192} + 2^{96} − 1

Modules§

field_impl 🔒
64-bit secp256r1 field element algorithms.

Structs§

FieldElement
Element in the finite field modulo p = 2^{224}(2^{32} − 1) + 2^{192} + 2^{96} − 1.
FieldParams
Montgomery parameters for the NIST P-256 field modulus: p = 2^{224}(2^{32} − 1) + 2^{192} + 2^{96} − 1.

Constants§

MODULUS_HEX 🔒
Constant representing the modulus: p = 2^{224}(2^{32} − 1) + 2^{192} + 2^{96} − 1