1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-08-07 06:42:56 +03:00

Add RIPEMD-160 (core functions)

This commit is contained in:
Manuel Pégourié-Gonnard
2014-01-17 12:42:35 +01:00
parent c78c8422c2
commit cab4a8807c
9 changed files with 693 additions and 1 deletions

View File

@@ -184,6 +184,7 @@
<ClInclude Include="..\..\include\polarssl\pkcs12.h" />
<ClInclude Include="..\..\include\polarssl\pkcs5.h" />
<ClInclude Include="..\..\include\polarssl\pk.h" />
<ClInclude Include="..\..\include\polarssl\rmd160.h" />
<ClInclude Include="..\..\include\polarssl\rsa.h" />
<ClInclude Include="..\..\include\polarssl\sha1.h" />
<ClInclude Include="..\..\include\polarssl\sha256.h" />
@@ -245,6 +246,7 @@
<ClCompile Include="..\..\library\pkparse.c" />
<ClCompile Include="..\..\library\pk_wrap.c" />
<ClCompile Include="..\..\library\pkwrite.c" />
<ClCompile Include="..\..\library\rmd160.c" />
<ClCompile Include="..\..\library\rsa.c" />
<ClCompile Include="..\..\library\sha1.c" />
<ClCompile Include="..\..\library\sha256.c" />

View File

@@ -261,6 +261,10 @@ SOURCE=..\..\library\pkwrite.c
# End Source File
# Begin Source File
SOURCE=..\..\library\rmd160.c
# End Source File
# Begin Source File
SOURCE=..\..\library\rsa.c
# End Source File
# Begin Source File
@@ -517,6 +521,10 @@ SOURCE=..\..\include\polarssl\pk.h
# End Source File
# Begin Source File
SOURCE=..\..\include\polarssl\rmd160.h
# End Source File
# Begin Source File
SOURCE=..\..\include\polarssl\rsa.h
# End Source File
# Begin Source File