| 22 | } |
| 23 | |
| 24 | type IntegrityBlock struct { |
| 25 | Magic []byte |
| 26 | Version []byte |
| 27 | SignatureStack []*IntegritySignature |
| 28 | } |
| 29 | |
| 30 | const ( |
| 31 | Ed25519publicKeyAttributeName = "ed25519PublicKey" |
nothing calls this directly
no outgoing calls
no test coverage detected