Crate cryptix_field

source ·
Expand description

This crate provides abstration of prime fields

Modules

Structs

  • An element in mod n ring, the type parameter I should be an integer the modular p is embedded in the type parameter M, it’s typically a ZST

Traits

  • Be careful when implementing this trait. The modular must be a prime, or all mathmatical assumptions in this crate will be broken.
  • Safety
  • Safety