aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/misc/nist_keywrap
Commit message (Collapse)AuthorAgeFilesLines
* Rename Integrity_Failure to Invalid_Authentication_TagJack Lloyd2019-01-181-4/+4
| | | | | | | | | This makes the meaning and usage more clear. Add a specific error type so invalid tags can be distinguished without having to catch that specific type. See also #1813
* Fix some warnings from PVS-StudioJack Lloyd2019-01-171-1/+1
| | | | No real bugs, but pointed out some odd constructs and duplicated logic
* Make stream, block, hash and cipher mode base classes optionalJack Lloyd2018-01-121-0/+4
|
* Add AES key wrap with paddingJack Lloyd2017-11-193-0/+279