method
key_length
v7.1.3.4 -
Show latest stable
- Class:
ActiveRecord::Encryption::Cipher::Aes256Gcm
key_length()public
No documentation available.
# File activerecord/lib/active_record/encryption/cipher/aes256_gcm.rb, line 18
def key_length
OpenSSL::Cipher.new(CIPHER_TYPE).key_len
end