Add Visual Studio filter for SPECK test vectors (GH #538)
parent
b9fc470bc7
commit
93fb412215
|
|
@ -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" />
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue