Hi all.How can I check is my RSA encryptor initialized? When the programm tries to encrypt something via uninnitialize encryptor, I have exception "divide by zero".Can I write something like this before encryption:If (m_encryptor != 0)CryptoPP::StringSource(message_str, true, new CryptoPP::StreamTransformationFilter(m_encryptor, new CryptoPP::StringSink(result_str)));