MCPcopy Create free account
hub / github.com/SteveGremory/Zap / DecryptionModule

Interface DecryptionModule

src/encryption/mod.rs:19–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17 fn finalise(self) -> Result<(), Error>;
18}
19pub trait DecryptionModule: Read {
20 fn finalise(self) -> Result<(), Error>;
21}
22
23pub trait EncryptionAlgorithm<T>
24where

Callers

nothing calls this directly

Implementers 4

chachapoly.rssrc/encryption/chachapoly.rs
passthrough.rssrc/encryption/passthrough.rs
xchachapoly.rssrc/encryption/xchachapoly.rs
aes_gcm_256.rssrc/encryption/aes_gcm_256.rs

Calls

no outgoing calls

Tested by

no test coverage detected