RawSecretKey.this

this(string algorithm, const(ubyte)[] key)

Constructs a RawSecretKey from the given byte array.

Parameters

algorithmThe algorithm name.
keyThe raw key bytes.