1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-06-27 00:01:01 +03:00
Commit Graph

60 Commits

Author SHA1 Message Date
a41ecdabed aria: closer to usual comment style
We're not absolutely consistent in the rest of the library, but we tend to use
C99-style comments less often.

Change to use C89-style comments everywhere except for end-of-line comments
2018-02-27 12:39:12 +01:00
56453937a1 aria: use mbedtls_zeroize() 2018-02-27 12:39:12 +01:00
c76ceb677b aria: move conditional outside of loop 2018-02-27 12:39:12 +01:00
9cc89248fe aria: use unsigned type for bit count 2018-02-27 12:39:12 +01:00
e1ad7491c5 aria: clean up interface of internal macros 2018-02-27 12:39:12 +01:00
a6d639e553 aria: improve some comments & internal names 2018-02-27 12:39:12 +01:00
6ba68d4a3b ARIA init and free 2018-02-27 12:39:12 +01:00
3c0b53b2b0 ARIA build integration 2018-02-27 12:39:12 +01:00
259fa60f6c ARIA test vectors for CBC CFB CTR modes 2018-02-27 12:39:12 +01:00
41efbaabc9 ARIA cipher implementation 2018-02-27 12:39:12 +01:00