(fileKey []byte)
| 98 | // example to preserve its authentication properties). |
| 99 | type RecipientWithLabels interface { |
| 100 | WrapWithLabels(fileKey []byte) (s []*Stanza, labels []string, err error) |
| 101 | } |
| 102 | |
| 103 | // A Stanza is a section of the age header that encapsulates the file key as |
no outgoing calls
no test coverage detected