method
length_of_encoded_iv
rails latest stable - Class:
ActiveSupport::MessageEncryptor
length_of_encoded_iv()private
No documentation available.
# File activesupport/lib/active_support/message_encryptor.rb, line 328
def length_of_encoded_iv
@length_of_encoded_iv ||= length_after_encode(new_cipher.iv_len)
end