Re-exports§
pub use crate::errors::Error as SerializationError;
Modules§
- constants
- errors
- trusted_
setup - Serialization methods that are used for the trusted setup
- types
Functions§
- deserialize_
blob_ to_ scalars - Deserializes a blob into a vector of
Scalars. - deserialize_
bytes_ to_ scalar - Deserializes a 32-byte slice into a single
Scalar. - deserialize_
cells - Deserializes a vector of cell byte slices into vectors of
Scalars. - deserialize_
compressed_ g1 - Converts a compressed G1 point (48 bytes) to a
G1Point. - deserialize_
compressed_ g1_ points - Deserializes a list of compressed G1 point byte slices.
- serialize_
cells - Serializes a list of evaluation sets into an array of
Cells. - serialize_
cells_ and_ proofs - Serializes both cells and corresponding proofs into flat output formats.
- serialize_
g1_ compressed - Serializes a G1 point into its compressed representation.