- encrypt
SecureVector!ubyte encrypt(const(ubyte)* msg, size_t msg_len, RandomNumberGenerator )
 Undocumented in source. Be warned that the author may not have intended to support it.
- maxInputBits
size_t maxInputBits()
 Undocumented in source. Be warned that the author may not have intended to support it.
- messagePartSize
size_t messagePartSize()
 Undocumented in source. Be warned that the author may not have intended to support it.
- messageParts
size_t messageParts()
 Undocumented in source. Be warned that the author may not have intended to support it.
- verify
bool verify(const(ubyte)* , size_t , const(ubyte)* , size_t )
 Undocumented in source. Be warned that the author may not have intended to support it.
- verifyMr
SecureVector!ubyte verifyMr(const(ubyte)* msg, size_t msg_len)
 Undocumented in source. Be warned that the author may not have intended to support it.
- withRecovery
bool withRecovery()
 Undocumented in source. Be warned that the author may not have intended to support it.
RSA public (encrypt/verify) operation