mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2025-12-23 15:55:10 +01:00
- Added base blowfish algorithm
This commit is contained in:
parent
92eeea4627
commit
a9379c0ed1
14 changed files with 1345 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue