aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/modes/mode_pad
Commit message (Expand)AuthorAgeFilesLines
* Convert to using standard uintN_t integer typesJack Lloyd2016-12-182-29/+29
* forgot to unpoison return valsNever2016-12-091-0/+4
* Rewrote bc unpad functions as const time operations.Never2016-12-091-39/+59
* Remove ECB modeJack Lloyd2016-12-041-1/+1
* Update ISO standard for OneAndZeros_PaddingRené Korthaus2016-11-151-1/+1
* Check all padding bytes in ESP_Padding::unpad()René Korthaus2016-11-151-4/+9
* Check all ESP padding bytes during unpadRené Korthaus2016-11-141-12/+11
* Add ESP block cipher padding from RFC 4303René Korthaus2016-11-142-1/+62
* Fix doxygen warnings [ci skip]René Korthaus2016-10-191-2/+2
* Improve modes doxygen [ci skip]René Korthaus2016-10-191-1/+12
* Add test vectors for block cipher padding modesRené Korthaus2016-07-112-2/+5
* Add explicit static_cast operations to eliminate implicit cast compiler warni...Dan Brown2016-04-271-2/+2
* Add final attribute to many classesJack Lloyd2016-01-101-4/+4
* modes: Add missing overridesDaniel Seither2015-07-301-12/+12
* Add a runtime map of string->func() which when called returnlloyd2015-01-282-0/+22
* Ensure all files have copyright and license info.lloyd2015-01-102-2/+2
* Move lib into srclloyd2014-01-103-0/+228