jwt / ruby-jwe

JSON Web Encryption for Ruby
MIT License
65 stars 14 forks source link

Correct naming of class files so they can be loaded #18

Closed gregfedorov closed 5 years ago

gregfedorov commented 6 years ago

A[128,192,256]KW get transformed to A[128,192,256]kw by JWE.param_to_class_name class function, so existing classes with capital K are not found when they should be.

francescobbo commented 5 years ago

Looks good to me!