1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-07-30 22:43:08 +03:00

- Added base blowfish algorithm

This commit is contained in:
Paul Bakker
2012-07-04 11:02:11 +00:00
parent 92eeea4627
commit a9379c0ed1
14 changed files with 1345 additions and 4 deletions

View File

@ -149,6 +149,7 @@
<ClInclude Include="..\..\include\polarssl\asn1.h" />
<ClInclude Include="..\..\include\polarssl\base64.h" />
<ClInclude Include="..\..\include\polarssl\bignum.h" />
<ClInclude Include="..\..\include\polarssl\blowfish.h" />
<ClInclude Include="..\..\include\polarssl\bn_mul.h" />
<ClInclude Include="..\..\include\polarssl\camellia.h" />
<ClInclude Include="..\..\include\polarssl\certs.h" />
@ -189,6 +190,7 @@
<ClCompile Include="..\..\library\asn1parse.c" />
<ClCompile Include="..\..\library\base64.c" />
<ClCompile Include="..\..\library\bignum.c" />
<ClCompile Include="..\..\library\blowfish.c" />
<ClCompile Include="..\..\library\camellia.c" />
<ClCompile Include="..\..\library\certs.c" />
<ClCompile Include="..\..\library\cipher.c" />

View File

@ -105,6 +105,10 @@ SOURCE=..\..\library\bignum.c
# End Source File
# Begin Source File
SOURCE=..\..\library\blowfish.c
# End Source File
# Begin Source File
SOURCE=..\..\library\camellia.c
# End Source File
# Begin Source File
@ -249,6 +253,10 @@ SOURCE=..\..\include\polarssl\bignum.h
# End Source File
# Begin Source File
SOURCE=..\..\include\polarssl\blowfish.h
# End Source File
# Begin Source File
SOURCE=..\..\include\polarssl\bn_mul.h
# End Source File
# Begin Source File