botan v1.12.8 (2016-11-14T10:06:52Z)
Dub
Repo
Transformation.start
botan
algo_base
transform
Transformation
Begin processing a message.
SecureVector
!
ubyte
start
(RefCounted!(Vector!(ubyte, Alloc), Alloc) nonce)
SecureVector
!
ubyte
start
(Vector!(ubyte, Alloc) nonce)
interface
Transformation
final
SecureVector
!ubyte
start
(
Alloc
)
(
auto
const
ref
Vector
!(
ubyte
,
Alloc
)
nonce
)
SecureVector
!
ubyte
start
(const(ubyte)* nonce, size_t nonce_len)
SecureVector
!
ubyte
start
()
Parameters
nonce
Vector
!(
ubyte
,
Alloc
)
the per message nonce
Meta
Source
See Implementation
botan
algo_base
transform
Transformation
functions
clear
defaultNonceLength
finish
minimumFinalSize
outputLength
provider
start
startRaw
update
updateGranularity
validNonceLength
properties
name
Begin processing a message.