Module zero_crypto::common

source ·

Re-exports

pub use super::behave::*;
pub use crate::arithmetic::utils::*;

Structs

Configuration for formatting.
A contiguous growable array type, written as Vec<T>, short for ‘vector’.

Enums

An Ordering is the result of a comparison between two values.

Traits

The addition operator +.
The addition assignment operator +=.
Trait that allows zero-copy read of value-references from slices in LE format.
Format trait for an empty format, {}.
The division operator /.
The division assignment operator /=.
Trait that allows zero-copy write of value-references to slices in LE format.
The multiplication operator *.
The multiplication assignment operator *=.
The unary negation operator -.
The core of a random number generator.
The subtraction operator -.
The subtraction assignment operator -=.

Type Definitions

The type returned by formatter methods.

Derive Macros

Derive parity_scale_codec::Decode and for struct and enum.
Derive parity_scale_codec::Encode and parity_scale_codec::EncodeLike for struct and enum.