Interface: ExtensionSignature
Defined in: Extensions/ExtensionManifest.ts:274
Content of extension.sig — the Ed25519 signature of the extension's
content hash plus the publisher's public key. Laid down by the publisher's
build tooling and verified at install time.
Properties
algorithm
algorithm:
"ed25519-sha256"
Defined in: Extensions/ExtensionManifest.ts:283
Algorithm identifier. Only ed25519-sha256 is supported in v1; included
for forward compatibility.
publicKey
publicKey:
string
Defined in: Extensions/ExtensionManifest.ts:276
Hex-encoded Ed25519 public key (32 bytes → 64 hex chars).
signature
signature:
string
Defined in: Extensions/ExtensionManifest.ts:278
Hex-encoded Ed25519 signature of the content hash (64 bytes → 128 hex chars).