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:
@ -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" />
|
||||
|
@ -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
|
||||
|
Reference in New Issue
Block a user