Move swarmHash to its own file.

This commit is contained in:
chriseth
2016-11-14 23:25:12 +01:00
parent 8944b092f8
commit 2ecf348a9d
5 changed files with 101 additions and 45 deletions
+1 -1
View File
@@ -18,7 +18,7 @@
* Unit tests for the swarm hash computation routine.
*/
#include <libdevcore/SHA3.h>
#include <libdevcore/SwarmHash.h>
#include "../TestHelper.h"