| 17 | fn finalise(self) -> Result<(), Error>; |
| 18 | } |
| 19 | pub trait DecryptionModule: Read { |
| 20 | fn finalise(self) -> Result<(), Error>; |
| 21 | } |
| 22 | |
| 23 | pub trait EncryptionAlgorithm<T> |
| 24 | where |
nothing calls this directly
no outgoing calls
no test coverage detected