summaryrefslogtreecommitdiff
path: root/dlltest.vcxproj
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 /dlltest.vcxproj
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 'dlltest.vcxproj')
-rw-r--r--dlltest.vcxproj2
1 files changed, 1 insertions, 1 deletions
diff --git a/dlltest.vcxproj b/dlltest.vcxproj
index 66b075ec..f008456c 100644
--- a/dlltest.vcxproj
+++ b/dlltest.vcxproj
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup Label="ProjectConfigurations">
<ProjectConfiguration Include="Debug|Win32">