Expand description
Serialization and deserialization utilities for group elements and scalars.
This module provides functions to convert group elements and scalars to and from byte representations using canonical encodings.
Functionsยง
- deserialize_
elements - Deserialize a byte slice into a vector of group elements.
- deserialize_
scalars - Deserialize a byte slice into a vector of scalar field elements.
- serialize_
elements - Serialize a slice of group elements into a byte vector.
- serialize_
scalars - Serialize a slice of scalar field elements into a byte vector.