lib/xmlenc.rb in xmlenc-0.7.1 vs lib/xmlenc.rb in xmlenc-0.8.0

- old
+ new

@@ -36,9 +36,10 @@ module Algorithms autoload :RSA15, 'xmlenc/algorithms/rsa_15' autoload :RsaOaepMgf1p, 'xmlenc/algorithms/rsa_oaep_mgf1p' autoload :DES3CBC, 'xmlenc/algorithms/des3_cbc' autoload :AESCBC, 'xmlenc/algorithms/aes_cbc' + autoload :AESGCM, 'xmlenc/algorithms/aes_gcm' end autoload :EncryptedDocument, 'xmlenc/encrypted_document' autoload :EncryptedData, 'xmlenc/encrypted_data' autoload :EncryptedKey, 'xmlenc/encrypted_key'