botan v1.12.5 (2016-04-07T22:31:19Z)
Dub
Repo
BlockCipher.decrypt
botan
block
block_cipher
BlockCipher
Decrypt one or more blocks
void
decrypt
(const(ubyte)* input, ubyte* output)
void
decrypt
(ubyte* block)
void
decrypt
(ubyte[] block)
void
decrypt
(Vector!(ubyte, Alloc) block)
interface
BlockCipher
final
void
decrypt
(
Alloc
)
(
ref
Vector
!(
ubyte
,
Alloc
)
block
)
void
decrypt
(Vector!(ubyte, Alloc) input, Vector!(ubyte, Alloc2) output)
void
decrypt
(ubyte[] input, ubyte[] output)
Parameters
block
Vector
!(
ubyte
,
Alloc
)
the input/output buffer (multiple of blockSize())
Meta
Source
See Implementation
botan
block
block_cipher
BlockCipher
functions
blockSize
clone
decrypt
decryptN
encrypt
encryptN
parallelBytes
properties
parallelism
Decrypt one or more blocks