(in []byte)
| 704 | // unencrypted, the returned data structure does not contain any metadata. |
| 705 | type PlainFileLoader interface { |
| 706 | LoadPlainFile(in []byte) (TreeBranches, error) |
| 707 | } |
| 708 | |
| 709 | // EncryptedFileEmitter is the interface for emitting encrypting files. It provides a |
no outgoing calls