botan v1.12.12 (2020-01-26T16:00:04Z)
Dub
Repo
KeyedTransform.setKey
botan
algo_base
transform
KeyedTransform
Set the symmetric key of this transform
void
setKey
(const(ubyte)* key, size_t length)
void
setKey
(RefCounted!(Vector!(ubyte, Alloc), Alloc) key)
void
setKey
(Vector!(ubyte, Alloc) key)
void
setKey
(SymmetricKey key)
class
KeyedTransform
final
void
setKey
(
in
SymmetricKey
key
)
Parameters
key
SymmetricKey
contains the key material
Meta
Source
See Implementation
botan
algo_base
transform
KeyedTransform
functions
keySchedule
keySpec
setKey
validKeylength
Set the symmetric key of this transform