Expand description

Serialization and deserialization implementations for group and field elements.

Modules

  • Serialization and deserialization of vectors of projective curve elements.

Structs

  • A wrapper type to facilitate serialization and deserialization of field elements.
  • SerdeSecret is a wrapper struct for serializing and deserializing secret keys. Due to security concerns serialize shouldn’t be implemented for secret keys to avoid accidental leakage.