Add base64 conversions and tests

This commit is contained in:
Vinnie Falco
2014-08-30 08:26:28 -07:00
parent 6bafca7386
commit 88ae15ea8e
5 changed files with 249 additions and 0 deletions

View File

@@ -298,6 +298,8 @@
</ClInclude>
<ClInclude Include="..\..\src\beast\beast\Crypto.h">
</ClInclude>
<ClInclude Include="..\..\src\beast\beast\crypto\base64.h">
</ClInclude>
<ClInclude Include="..\..\src\beast\beast\crypto\BinaryEncoding.h">
</ClInclude>
<ClCompile Include="..\..\src\beast\beast\crypto\Crypto.unity.cpp">
@@ -321,6 +323,9 @@
</ClInclude>
<ClInclude Include="..\..\src\beast\beast\crypto\Sha256.h">
</ClInclude>
<ClCompile Include="..\..\src\beast\beast\crypto\tests\base64.test.cpp">
<ExcludedFromBuild>True</ExcludedFromBuild>
</ClCompile>
<ClCompile Include="..\..\src\beast\beast\crypto\tests\BinaryEncoding.cpp">
<ExcludedFromBuild>True</ExcludedFromBuild>
</ClCompile>

View File

@@ -891,6 +891,9 @@
<ClInclude Include="..\..\src\beast\beast\Crypto.h">
<Filter>beast</Filter>
</ClInclude>
<ClInclude Include="..\..\src\beast\beast\crypto\base64.h">
<Filter>beast\crypto</Filter>
</ClInclude>
<ClInclude Include="..\..\src\beast\beast\crypto\BinaryEncoding.h">
<Filter>beast\crypto</Filter>
</ClInclude>
@@ -918,6 +921,9 @@
<ClInclude Include="..\..\src\beast\beast\crypto\Sha256.h">
<Filter>beast\crypto</Filter>
</ClInclude>
<ClCompile Include="..\..\src\beast\beast\crypto\tests\base64.test.cpp">
<Filter>beast\crypto\tests</Filter>
</ClCompile>
<ClCompile Include="..\..\src\beast\beast\crypto\tests\BinaryEncoding.cpp">
<Filter>beast\crypto\tests</Filter>
</ClCompile>