(id string, input gather.Bytes, output *gather.WriteBuffer)
| 19 | type StorageProtection interface { |
| 20 | Protect(id string, input gather.Bytes, output *gather.WriteBuffer) |
| 21 | Verify(id string, input gather.Bytes, output *gather.WriteBuffer) error |
| 22 | OverheadBytes() int |
| 23 | } |
| 24 |
no outgoing calls