Symmetric Algorithm Base Class
This class represents a symmetric algorithm object.
Check whether a given key length is valid for this algorithm.
size_t length | the key length to be checked. |
Set the symmetric key of this object.
SymmetricKey key | the SymmetricKey to be set. |
Set the symmetric key of this object.
const(ubyte)* key | the to be set as a ubyte array. |
size_t length | in bytes of key param |
Clear underlying buffers
Run the key schedule
const(ubyte)* key | the key |
size_t length | of key |