Module keyserde

Module keyserde 

Source
Expand description

Key serialization and deserialization utilities.

Provides import/export of keys in various formats:

  • PEM format for Ed25519 keys
  • Hex encoding
  • Base64 encoding

Structs§

KeySerializer
Key serializer for various formats.

Enums§

KeySerdeError
Key serialization error.