summaryrefslogtreecommitdiff
path: root/cryptest.vcxproj.filters
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2017-04-10 10:52:40 -0400
committerJeffrey Walton <noloader@gmail.com>2017-04-10 10:52:40 -0400
commit8ca0f479391c54ee454e9cddfcbe1657da240f85 (patch)
tree68b52541de179f62f3cd7e83c09f09bada8d4649 /cryptest.vcxproj.filters
parent8c7408bcd56ab3177ee61fe68ff07cc16d13cdd4 (diff)
downloadcryptopp-git-8ca0f479391c54ee454e9cddfcbe1657da240f85.tar.gz
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.
Diffstat (limited to 'cryptest.vcxproj.filters')
-rw-r--r--cryptest.vcxproj.filters6
1 files changed, 6 insertions, 0 deletions
diff --git a/cryptest.vcxproj.filters b/cryptest.vcxproj.filters
index ed87291e..f4e800ec 100644
--- a/cryptest.vcxproj.filters
+++ b/cryptest.vcxproj.filters
@@ -33,6 +33,9 @@
<None Include="TestVectors\blake2s.txt">
<Filter>TestVectors</Filter>
</None>
+ <None Include="TestVectors\aria.txt">
+ <Filter>TestVectors</Filter>
+ </None>
<None Include="TestVectors\camellia.txt">
<Filter>TestVectors</Filter>
</None>
@@ -141,6 +144,9 @@
<None Include="TestData\3wayval.dat">
<Filter>TestData</Filter>
</None>
+ <None Include="TestData\aria.dat">
+ <Filter>TestData</Filter>
+ </None>
<None Include="TestData\camellia.dat">
<Filter>TestData</Filter>
</None>