AgentBlueprintProtocol.Signature.PublicKey (Agent Blueprint Protocol v0.1.0)

Copy Markdown View Source

A host-supplied Ed25519 public key, matched by the producer-chosen key_id. The package performs no discovery or trust selection. A public key is verification input that carries no authority.

Summary

Types

t()

@type t() :: %AgentBlueprintProtocol.Signature.PublicKey{
  algorithm: :ed25519,
  key: <<_::256>>,
  key_id: binary()
}