We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 01b23fa + 9aa6c60 commit 18ec883Copy full SHA for 18ec883
ext/openssl/ossl_cipher.c
@@ -896,7 +896,7 @@ Init_ossl_cipher(void)
896
* without processing the password further. A simple and secure way to
897
* create a key for a particular Cipher is
898
*
899
- * cipher = OpenSSL::AES256.new(:CFB)
+ * cipher = OpenSSL::Cipher::AES256.new(:CFB)
900
* cipher.encrypt
901
* key = cipher.random_key # also sets the generated key on the Cipher
902
0 commit comments