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

Method xor_into

ssh-cipher/src/block_cipher/state.rs:58–62  ·  view source on GitHub ↗

XOR the current state into the given block. This is used to implement CBC mode.

(&self, block: &mut Array<u8, Size>)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 2

decrypt_blockMethod · 0.80
encrypt_blockMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected