commit | 363f5b099ba6e9e551d20e39242bd657bd0703f1 | [log] [tgz] |
---|---|---|
author | Paul Kehrer <paul.l.kehrer@gmail.com> | Tue Sep 12 08:03:17 2017 +0800 |
committer | Alex Gaynor <alex.gaynor@gmail.com> | Mon Sep 11 20:03:17 2017 -0400 |
tree | db8ed2cf77847282d6f0dee098b838f25b1e0057 | |
parent | 5d66966032a1efbcbf093804a19951f399c2a6eb [diff] |
refactor AES keywrap into a wrap core and unwrap core (#3901) * refactor AES keywrap into a wrap core and unwrap core This refactor makes adding AES keywrap with padding much simpler. * remove an unneeded arg