Expand description
Core field traits shared by prime and binary fields. Core trait that every field element in the tower must implement.
Traitsยง
- Field
From Repr - Trait for field types that can be constructed from a field-specific representation.
- Field
Ops - Core arithmetic interface for field elements used throughout the library.
- Field
Random - Trait for generating cryptographically secure random field elements.