Skip to main content

Module field_ops

Module field_ops 

Source
Expand description

Core field traits shared by prime and binary fields. Core trait that every field element in the tower must implement.

Traitsยง

FieldFromRepr
Trait for field types that can be constructed from a field-specific representation.
FieldOps
Core arithmetic interface for field elements used throughout the library.
FieldRandom
Trait for generating cryptographically secure random field elements.