MCPcopy Create free account
hub / github.com/RustCrypto/SSH / BlockCipher

Interface BlockCipher

ssh-cipher/src/block_cipher.rs:37–48  ·  view source on GitHub ↗

Trait for block ciphers supported by this crate. This trait is deliberately sealed so it cannot be implemented by downstream crates. Notably new ciphers added to SSH should be authenticated, and we shouldn't support a proliferation of unauthenticated ciphers.

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Implementers 2

block_cipher.rsssh-cipher/src/block_cipher.rs
aes.rsssh-cipher/src/block_cipher/aes.rs

Calls

no outgoing calls

Tested by

no test coverage detected