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