- 449bd83 Switch to the new code style by Gilles Peskine · 2 years, 7 months ago
- 2d0f27d Make use of optimised bswap from ARIA by Dave Rodgman · 2 years, 8 months ago
- 5a1d00f Merge remote-tracking branch 'origin/development' into fast_xor by Dave Rodgman · 2 years, 8 months ago
- 5a34b36 Remove more now-redundant definitions of inline by Gilles Peskine · 2 years, 8 months ago
- 7bb6b84 Use mbedtls_xor in ARIA by Dave Rodgman · 2 years, 8 months ago
- 744fd37 Merge pull request #6467 from davidhorstmann-arm/fix-unusual-macros-0 by Gilles Peskine · 2 years, 9 months ago
- 9b0eb90 Rename ARIA_SELF_TEST_IF_FAIL by David Horstmann · 2 years, 9 months ago
- 0763ccf Refactor ARIA_SELF_TEST_IF_FAIL macro by David Horstmann · 2 years, 10 months ago
- a7aa80c Include platform.h unconditionally: second automatic part by Gilles Peskine · 2 years, 11 months ago
- 945b23c Include platform.h unconditionally: automatic part by Gilles Peskine · 2 years, 11 months ago
- 54550f7 Replace 3 byte shift with appropriate macro by Joe Subbiani · 4 years, 1 month ago
- cd84d76 Add Character byte reading macros by Joe Subbiani · 4 years, 1 month ago
- 6a50631 GET macros use a target variable by Joe Subbiani · 4 years, 1 month ago
- 394bdd6 Document common.h and remove changelog by Joe Subbiani · 4 years, 1 month ago
- 5ecac21 Prefixed macros with MBEDTLS by Joe Subbiani · 4 years, 1 month ago
- 54c6134 Move UINT32_LE macros to common.h by Joe Subbiani · 4 years, 1 month ago
- be89fea ARIA: add missing context init/free by Gilles Peskine · 4 years, 2 months ago
- 1e14827 Update copyright notices to use Linux Foundation guidance by Bence Szépkúti · 5 years ago
- db09ef6 Include common.h instead of config.h in library source files by Gilles Peskine · 5 years ago
- c470b6b Merge development commit 8e76332 into development-psa by Andrzej Kurek · 6 years ago
- d1a4762 Use mbedtls_printf instead of printf by Ron Eldor · 7 years ago
- 7124fb6 Use zeroize function from new platform_util by Manuel Pégourié-Gonnard · 7 years ago
- 2df4bfe Fix typo in comments by Manuel Pégourié-Gonnard · 7 years ago
- 565e4e0 Use more appropriate type for local variable by Manuel Pégourié-Gonnard · 7 years ago
- 08c337d Remove useless parameter from function by Manuel Pégourié-Gonnard · 7 years ago
- 89924dd Wipe sensitive info from the stack by Manuel Pégourié-Gonnard · 7 years ago
- 12e2fbd Style adjustments by Manuel Pégourié-Gonnard · 7 years ago
- d418b0d Fix typo in comment by Manuel Pégourié-Gonnard · 7 years ago
- 366e1b0 aria: fix comment on aria_a function by Manuel Pégourié-Gonnard · 7 years ago
- 2166214 aria: improve compiler compat by using __asm by Manuel Pégourié-Gonnard · 7 years ago
- 2078725 aria: check arm arch version for asm by Manuel Pégourié-Gonnard · 7 years ago
- 7fc0879 aria: more whitespace fixes by Manuel Pégourié-Gonnard · 7 years ago
- 5ad88b6 aria: define constants for block size and max rounds by Manuel Pégourié-Gonnard · 7 years ago
- f3a46a9 aria: fix some typos in comments by Manuel Pégourié-Gonnard · 7 years ago
- c0bb66f aria: improve compiler inline compatibility by Manuel Pégourié-Gonnard · 7 years ago
- 4231e7f Fix some whitespace and other style issues by Manuel Pégourié-Gonnard · 7 years ago
- 377b2b6 aria: optimize byte perms on Arm by Manuel Pégourié-Gonnard · 7 years ago
- fb0e4f0 aria: optimise byte perms on Intel by Manuel Pégourié-Gonnard · 7 years ago
- cac5008 aria: define P3 macro by Manuel Pégourié-Gonnard · 7 years ago
- f205a01 aria: comment implementation of A transform by Manuel Pégourié-Gonnard · 7 years ago
- 35ad891 aria: internal names closer to standard document by Manuel Pégourié-Gonnard · 7 years ago
- 64744f8 aria: define SLA() as sl(a()) by Manuel Pégourié-Gonnard · 7 years ago
- 8c76a94 aria: turn macro into static inline function by Manuel Pégourié-Gonnard · 7 years ago
- a41ecda aria: closer to usual comment style by Manuel Pégourié-Gonnard · 7 years ago
- 5645393 aria: use mbedtls_zeroize() by Manuel Pégourié-Gonnard · 7 years ago
- c76ceb6 aria: move conditional outside of loop by Manuel Pégourié-Gonnard · 7 years ago
- 9cc8924 aria: use unsigned type for bit count by Manuel Pégourié-Gonnard · 7 years ago
- e1ad749 aria: clean up interface of internal macros by Manuel Pégourié-Gonnard · 7 years ago
- a6d639e aria: improve some comments & internal names by Manuel Pégourié-Gonnard · 7 years ago
- 6ba68d4 ARIA init and free by Markku-Juhani O. Saarinen · 8 years ago
- 3c0b53b ARIA build integration by Markku-Juhani O. Saarinen · 8 years ago
- 259fa60 ARIA test vectors for CBC CFB CTR modes by Markku-Juhani O. Saarinen · 8 years ago
- 41efbaa ARIA cipher implementation by Markku-Juhani O. Saarinen · 8 years ago