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
Macros§
Structs§
- ArcKey
Pair - Ed25519
- An Ed25519 key-pair
- P256
- A P256 key-pair
- Signed
Request - A signed request containing both the serialized and signed payload; and the original message
- Vault
Transit
Enums§
- KeyPair
- A P256 or ED25519 key pair
- Signing
Error
Traits§
- Signer
- A trait repersenting a service or key that can sign a message