Module oasis_core_runtime::common::crypto::signature
source · Expand description
Signature types.
Structs§
- Blob signed by multiple public keys.
- An Ed25519 private key.
- An Ed25519 public key.
- An Ed25519 signature.
- A signature bundled with a public key.
- Blob signed with one public key.
Traits§
- A abstract signer.
Functions§
- Extends signature context with additional domain separation based on the chain context.
- Extends signature context with additional domain separation based on the runtime ID.