Type Alias fr32::Fr32Vec

source ·
pub type Fr32Vec = Vec<u8>;
Expand description

Contains one or more 32-byte chunks whose little-endian values represent Frs. Invariants:

  • Value of each 32-byte chunks MUST represent valid Frs.
  • Total length must be a multiple of 32. That is to say: each 32-byte chunk taken alone must be a valid Fr32.

Aliased Type§

struct Fr32Vec { /* private fields */ }