mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
parent
36b349e387
commit
9231d2a0b4
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ module ActiveSupport
|
|||
#
|
||||
# Options:
|
||||
# * <tt>:cipher</tt> - Cipher to use. Can be any cipher returned by
|
||||
# <tt>OpenSSL::Cipher.ciphers</tt>. Default is 'aes-256-cbc'.
|
||||
# <tt>OpenSSL::Cipher.ciphers</tt>. Default is 'aes-256-gcm'.
|
||||
# * <tt>:digest</tt> - String of digest to use for signing. Default is
|
||||
# +SHA1+. Ignored when using an AEAD cipher like 'aes-256-gcm'.
|
||||
# * <tt>:serializer</tt> - Object serializer to use. Default is +Marshal+.
|
||||
|
|
Loading…
Reference in a new issue