summaryrefslogtreecommitdiff
path: root/crypto/aria
Commit message (Expand)AuthorAgeFilesLines
* Change loops conditions to make zero loop risk more obvious.Daniel Fiala2022-05-241-1/+1
* fix some code with obvious wrong coding stylex20182021-10-281-1/+1
* Update copyright yearMatt Caswell2021-04-081-1/+1
* Add ossl_aria symbolsShane Lontis2021-03-181-14/+14
* Reorganize private crypto header filesDr. Matthias St. Pierre2019-09-281-1/+1
* Remove tab characters from C source files.Pauli2019-07-161-1/+1
* Following the license change, modify the boilerplates in crypto/Richard Levitte2018-12-061-1/+1
* Fix potential null problem.Pauli2017-09-011-2/+2
* Fix potential null pointer dereference in ARIA implementationJon Spillett2017-08-301-1/+2
* Correct Oracle copyrights & clarify.Pauli2017-06-151-4/+1
* aria/aria.c: address undefined behaviour warning in small-footprint path.Andy Polyakov2017-05-261-14/+13
* Add ARIA 32-bit implementationletrhee-nsr2017-04-201-101/+862
* Implementation of the ARIA cipher as described in RFC 5794.Pauli2017-02-212-0/+458