ddn.crypto.key.raw
Raw secret key implementation.
class RawSecretKey
Types 1
classRawSecretKey : SecretKey
A concrete implementation of a secret key that holds the raw key bytes.
Fields
private string _algorithmprivate ubyte[] _keyMethods
size_t toHash() constConstructors
this(string algorithm, const(ubyte)[] key)Constructs a RawSecretKey from the given byte array. Params: algorithm = The algorithm name. key = The raw key bytes.Destructors