Method: ActiveRecord::Encryption::Cipher#iv_length
- Defined in:
- activerecord/lib/active_record/encryption/cipher.rb
#iv_length ⇒ Object
35 36 37 |
# File 'activerecord/lib/active_record/encryption/cipher.rb', line 35 def iv_length Aes256Gcm.iv_length end |