lib/jwe/alg/a256_kw.rb in jwe-0.3.1 vs lib/jwe/alg/a256_kw.rb in jwe-0.4.0

- old
+ new

@@ -1,10 +1,10 @@ require 'jwe/alg/aes_kw' module JWE module Alg # AES-256 Key Wrapping algorithm - class A256Kw + class A256kw include AesKw def cipher_name 'AES-256-ECB' end