From 8ca0f479391c54ee454e9cddfcbe1657da240f85 Mon Sep 17 00:00:00 2001 From: Jeffrey Walton Date: Mon, 10 Apr 2017 10:52:40 -0400 Subject: Add ARIA block cipher This is the reference implementation, test data and test vectors from the ARIA.zip package on the KISA website. The website is located at http://seed.kisa.or.kr/iwt/ko/bbs/EgovReferenceList.do?bbsId=BBSMSTR_000000000002. We have optimized routines that improve Key Setup and Bulk Encryption performance, but they are not being checked-in at the moment. The ARIA team is updating its implementation for contemporary hardware and we would like to use it as a starting point before we wander too far away from the KISA implementation. --- cryptest.vcxproj | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'cryptest.vcxproj') diff --git a/cryptest.vcxproj b/cryptest.vcxproj index e7948d76..1c1d2504 100644 --- a/cryptest.vcxproj +++ b/cryptest.vcxproj @@ -180,7 +180,7 @@ - + echo ************************************************************************* echo This configuration requires cryptopp.dll. You can build it yourself using echo the cryptdll project, or obtain a pre-built, FIPS 140-2 validated DLL. If @@ -221,6 +221,7 @@ + @@ -257,6 +258,7 @@ + @@ -322,4 +324,4 @@ - + \ No newline at end of file -- cgit v1.2.1