KeyId returns the GPG keyid (e.g. "2931A67C26F5ABDA) given the blobref of its ASCII-armored blobref. The error is ErrNotFound if not found.
(context.Context, blob.Ref)
| 35 | // given the blobref of its ASCII-armored blobref. |
| 36 | // The error is ErrNotFound if not found. |
| 37 | KeyId(context.Context, blob.Ref) (string, error) |
| 38 | |
| 39 | // AppendClaims appends to dst claims on the given permanode. |
| 40 | // The signerFilter - a GPG key ID (e.g. "2931A67C26F5ABDA) - |