Taehee Yoo e4e712bbbd crypto: aria - Implement ARIA symmetric cipher algorithm
ARIA(RFC 5794) is a symmetric block cipher algorithm.
This algorithm is being used widely in South Korea as a standard cipher
algorithm.
This code is written based on the ARIA implementation of OpenSSL.
The OpenSSL code is based on the distributed source code[1] by KISA.

ARIA has three key sizes and corresponding rounds.
ARIA128: 12 rounds.
ARIA192: 14 rounds.
ARIA245: 16 rounds.

[1] https://seed.kisa.or.kr/kisa/Board/19/detailView.do (Korean)

Signed-off-by: Taehee Yoo <ap420073@gmail.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
2022-07-15 16:38:19 +08:00
..
2022-03-03 10:49:20 +12:00
2020-08-28 16:58:28 +10:00
2022-03-03 10:49:20 +12:00
2021-03-26 19:55:55 +11:00
2022-06-10 16:40:17 +08:00
2022-02-18 16:21:08 +11:00
2020-02-28 08:43:21 +08:00
2021-08-21 15:44:58 +08:00
2022-03-03 10:49:20 +12:00
2022-04-08 16:12:46 +08:00
2022-06-10 16:43:49 +08:00
2022-06-10 16:40:16 +08:00
2022-02-18 16:21:08 +11:00
2021-11-08 16:55:21 -08:00