Crate ark_ff[−][src]
Re-exports
pub use self::bytes::*; | |
pub use self::biginteger::*; | |
pub use self::fields::*; |
Modules
biginteger | |
bytes | |
fields | |
prelude | |
vec | A contiguous growable array type with heap-allocated contents, written
|
Macros
field_new | |
impl_additive_ops_from_ref | |
impl_multiplicative_ops_from_ref | |
push_to_vec | |
to_bytes | Takes as input a sequence of structs, and converts them to a series of
bytes. All traits that implement |
vec | Creates a |
Traits
One | Defines a multiplicative identity element for |
ToConstraintField | Types that can be converted to a vector of |
UniformRand | |
Zero | Defines an additive identity element for |