Crate m10_signing

source ·
Expand description

M10’s helper library for signing messages with ED25519 or P256 elliptic-curve signatures

This library contains a set of wrappers and traits that allow users to easily sign and verify signatures

Structs§

  • An Ed25519 key-pair
  • A P256 key-pair
  • A signed request containing both the serialized and signed payload; and the original message

Enums§

Traits§

  • A trait repersenting a service or key that can sign a message