MCPcopy Create free account
hub / github.com/WICG/webpackage / IntegrityBlock

Struct IntegrityBlock

go/integrityblock/integrityblock.go:24–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22}
23
24type IntegrityBlock struct {
25 Magic []byte
26 Version []byte
27 SignatureStack []*IntegritySignature
28}
29
30const (
31 Ed25519publicKeyAttributeName = "ed25519PublicKey"

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected