- deriveKey
SymmetricKey deriveKey(size_t key_len, const(ubyte)* input, size_t in_len, const(ubyte)* params, size_t params_len)
Undocumented in source. Be warned that the author may not have intended to support it.
- deriveKey
SymmetricKey deriveKey(size_t key_len, Vector!ubyte input, const(ubyte)* params, size_t params_len)
Undocumented in source. Be warned that the author may not have intended to support it.
- deriveKey
SymmetricKey deriveKey(size_t key_len, const(ubyte)* input, size_t in_len, string params)
Undocumented in source. Be warned that the author may not have intended to support it.
- deriveKey
SymmetricKey deriveKey(size_t key_len, Vector!ubyte input, string params)
Undocumented in source. Be warned that the author may not have intended to support it.
Key used for key agreement