- encodingOf
SecureVector!ubyte encodingOf(SecureVector!ubyte msg, size_t output_bits, RandomNumberGenerator )
Undocumented in source. Be warned that the author may not have intended to support it.
- rawData
SecureVector!ubyte rawData()
Undocumented in source. Be warned that the author may not have intended to support it.
- update
void update(const(ubyte)* input, size_t length)
Undocumented in source. Be warned that the author may not have intended to support it.
- verify
bool verify(SecureVector!ubyte coded, SecureVector!ubyte raw, size_t key_bits)
Undocumented in source. Be warned that the author may not have intended to support it.
EMSA_PKCS1v15_Raw which is EMSA_PKCS1v15 without a hash or digest id (which according to QCA docs is "identical to PKCS#11's CKM_RSA_PKCS mechanism", something I have not confirmed)