lib/jwe/alg/a128_kw.rb in jwe-0.3.0 vs lib/jwe/alg/a128_kw.rb in jwe-0.3.1

- old
+ new

@@ -1,8 +1,9 @@ require 'jwe/alg/aes_kw' module JWE module Alg + # AES-128 Key Wrapping algorithm class A128Kw include AesKw def cipher_name 'AES-128-ECB'