Module: Ccrypto::CipherGCMMode

Defined in:
lib/ccrypto/configs/cipher_config.rb

Instance Attribute Summary collapse

Instance Attribute Details

#auth_dataObject

Returns the value of attribute auth_data.



6
7
8
# File 'lib/ccrypto/configs/cipher_config.rb', line 6

def auth_data
  @auth_data
end

#auth_tagObject

Returns the value of attribute auth_tag.



6
7
8
# File 'lib/ccrypto/configs/cipher_config.rb', line 6

def auth_tag
  @auth_tag
end