77
DefaultEncryptor::DefaultEncryptor(const byte *passphrase, size_t passphraseLength, BufferedTransformation *attachment)
77
DefaultEncryptor::DefaultEncryptor(const byte *passphrase, unsigned int passphraseLength, BufferedTransformation *attachment)
78
78
: ProxyFilter(NULL, 0, 0, attachment), m_passphrase(passphrase, passphraseLength)