Skip to content

Commit

Permalink
Add Visual Studio filter for SPECK test vectors (GH #538)
Browse files Browse the repository at this point in the history
  • Loading branch information
noloader committed Nov 20, 2017
1 parent b9fc470 commit 93fb412
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions cryptest.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -258,6 +258,7 @@
<None Include="TestVectors\shacal2.txt" />
<None Include="TestVectors\siphash.txt" />
<None Include="TestVectors\sosemanuk.txt" />
<None Include="TestVectors\speck.txt" />
<None Include="TestVectors\tea.txt" />
<None Include="TestVectors\threefish.txt" />
<None Include="TestVectors\ttmac.txt" />
Expand Down
3 changes: 3 additions & 0 deletions cryptest.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,9 @@
<None Include="TestVectors\sosemanuk.txt">
<Filter>TestVectors</Filter>
</None>
<None Include="TestVectors\speck.txt">
<Filter>TestVectors</Filter>
</None>
<None Include="TestVectors\tea.txt">
<Filter>TestVectors</Filter>
</None>
Expand Down

0 comments on commit 93fb412

Please sign in to comment.