From 272d0f5c4717f851bb23e2ff928133df037e0b80 Mon Sep 17 00:00:00 2001 From: Christopher Franko Date: Fri, 7 Aug 2015 15:45:17 -0400 Subject: [PATCH] ethash --- .idea/workspace.xml | 538 +----------------- .../ethash/.gitignore | 0 .../ethash/.travis.yml | 0 .../ethash/CMakeLists.txt | 0 .../ethash/MANIFEST.in | 0 .../ethash/Makefile | 0 .../ethash/README.md | 0 .../ethash/Vagrantfile | 0 .../ethash/appveyor.yml | 0 .../cmake/modules/CMakeParseArguments.cmake | 0 .../ethash/cmake/modules/FindCryptoPP.cmake | 0 .../ethash/cmake/modules/FindOpenCL.cmake | 0 .../FindPackageHandleStandardArgs.cmake | 0 .../cmake/modules/FindPackageMessage.cmake | 0 .../ethash/cryptopp/CMakeLists.txt | 0 .../ethash/ethash.go | 0 .../ethash/ethash_test.go | 0 .../ethash/ethashc.go | 0 .../ethash/js/LICENSE | 0 .../ethash/js/ethash.js | 0 .../ethash/js/keccak.js | 0 .../ethash/js/makekeccak.js | 0 .../ethash/js/test.js | 0 .../ethash/js/util.js | 0 .../ethash/setup.py | 0 .../ethash/src/benchmark/CMakeLists.txt | 0 .../ethash/src/benchmark/benchmark.cpp | 0 .../ethash/src/libethash/CMakeLists.txt | 0 .../ethash/src/libethash/compiler.h | 0 .../ethash/src/libethash/data_sizes.h | 0 .../ethash/src/libethash/endian.h | 0 .../ethash/src/libethash/ethash.h | 0 .../ethash/src/libethash/fnv.h | 0 .../ethash/src/libethash/internal.c | 0 .../ethash/src/libethash/internal.h | 0 .../ethash/src/libethash/io.c | 0 .../ethash/src/libethash/io.h | 0 .../ethash/src/libethash/io_posix.c | 0 .../ethash/src/libethash/io_win32.c | 0 .../ethash/src/libethash/mmap.h | 0 .../ethash/src/libethash/mmap_win32.c | 0 .../ethash/src/libethash/sha3.c | 0 .../ethash/src/libethash/sha3.h | 0 .../ethash/src/libethash/sha3_cryptopp.cpp | 0 .../ethash/src/libethash/sha3_cryptopp.h | 0 .../ethash/src/libethash/util.h | 0 .../ethash/src/libethash/util_win32.c | 0 .../ethash/src/python/core.c | 0 .../ethash/test/c/CMakeLists.txt | 0 .../ethash/test/c/test.cpp | 0 .../ethash/test/c/test.sh | 0 .../ethash/test/python/.gitignore | 0 .../ethash/test/python/requirements.txt | 0 .../ethash/test/python/test.sh | 0 .../ethash/test/python/test_pyethash.py | 0 .../ethash/test/test.sh | 0 56 files changed, 3 insertions(+), 535 deletions(-) rename Godeps/_workspace/src/github.com/{ethereum => expanse-project}/ethash/.gitignore (100%) rename Godeps/_workspace/src/github.com/{ethereum => expanse-project}/ethash/.travis.yml (100%) rename Godeps/_workspace/src/github.com/{ethereum => expanse-project}/ethash/CMakeLists.txt (100%) rename Godeps/_workspace/src/github.com/{ethereum => expanse-project}/ethash/MANIFEST.in (100%) rename Godeps/_workspace/src/github.com/{ethereum => expanse-project}/ethash/Makefile (100%) rename Godeps/_workspace/src/github.com/{ethereum => expanse-project}/ethash/README.md (100%) rename Godeps/_workspace/src/github.com/{ethereum => expanse-project}/ethash/Vagrantfile (100%) rename Godeps/_workspace/src/github.com/{ethereum => expanse-project}/ethash/appveyor.yml (100%) rename Godeps/_workspace/src/github.com/{ethereum => expanse-project}/ethash/cmake/modules/CMakeParseArguments.cmake (100%) rename Godeps/_workspace/src/github.com/{ethereum => expanse-project}/ethash/cmake/modules/FindCryptoPP.cmake (100%) rename Godeps/_workspace/src/github.com/{ethereum => expanse-project}/ethash/cmake/modules/FindOpenCL.cmake (100%) rename Godeps/_workspace/src/github.com/{ethereum => expanse-project}/ethash/cmake/modules/FindPackageHandleStandardArgs.cmake (100%) rename Godeps/_workspace/src/github.com/{ethereum => expanse-project}/ethash/cmake/modules/FindPackageMessage.cmake (100%) rename Godeps/_workspace/src/github.com/{ethereum => expanse-project}/ethash/cryptopp/CMakeLists.txt (100%) rename Godeps/_workspace/src/github.com/{ethereum => expanse-project}/ethash/ethash.go (100%) rename Godeps/_workspace/src/github.com/{ethereum => expanse-project}/ethash/ethash_test.go (100%) rename Godeps/_workspace/src/github.com/{ethereum => expanse-project}/ethash/ethashc.go (100%) rename Godeps/_workspace/src/github.com/{ethereum => expanse-project}/ethash/js/LICENSE (100%) rename Godeps/_workspace/src/github.com/{ethereum => expanse-project}/ethash/js/ethash.js (100%) rename Godeps/_workspace/src/github.com/{ethereum => expanse-project}/ethash/js/keccak.js (100%) rename Godeps/_workspace/src/github.com/{ethereum => expanse-project}/ethash/js/makekeccak.js (100%) rename Godeps/_workspace/src/github.com/{ethereum => expanse-project}/ethash/js/test.js (100%) rename Godeps/_workspace/src/github.com/{ethereum => expanse-project}/ethash/js/util.js (100%) rename Godeps/_workspace/src/github.com/{ethereum => expanse-project}/ethash/setup.py (100%) rename Godeps/_workspace/src/github.com/{ethereum => expanse-project}/ethash/src/benchmark/CMakeLists.txt (100%) rename Godeps/_workspace/src/github.com/{ethereum => expanse-project}/ethash/src/benchmark/benchmark.cpp (100%) rename Godeps/_workspace/src/github.com/{ethereum => expanse-project}/ethash/src/libethash/CMakeLists.txt (100%) rename Godeps/_workspace/src/github.com/{ethereum => expanse-project}/ethash/src/libethash/compiler.h (100%) rename Godeps/_workspace/src/github.com/{ethereum => expanse-project}/ethash/src/libethash/data_sizes.h (100%) rename Godeps/_workspace/src/github.com/{ethereum => expanse-project}/ethash/src/libethash/endian.h (100%) rename Godeps/_workspace/src/github.com/{ethereum => expanse-project}/ethash/src/libethash/ethash.h (100%) rename Godeps/_workspace/src/github.com/{ethereum => expanse-project}/ethash/src/libethash/fnv.h (100%) rename Godeps/_workspace/src/github.com/{ethereum => expanse-project}/ethash/src/libethash/internal.c (100%) rename Godeps/_workspace/src/github.com/{ethereum => expanse-project}/ethash/src/libethash/internal.h (100%) rename Godeps/_workspace/src/github.com/{ethereum => expanse-project}/ethash/src/libethash/io.c (100%) rename Godeps/_workspace/src/github.com/{ethereum => expanse-project}/ethash/src/libethash/io.h (100%) rename Godeps/_workspace/src/github.com/{ethereum => expanse-project}/ethash/src/libethash/io_posix.c (100%) rename Godeps/_workspace/src/github.com/{ethereum => expanse-project}/ethash/src/libethash/io_win32.c (100%) rename Godeps/_workspace/src/github.com/{ethereum => expanse-project}/ethash/src/libethash/mmap.h (100%) rename Godeps/_workspace/src/github.com/{ethereum => expanse-project}/ethash/src/libethash/mmap_win32.c (100%) rename Godeps/_workspace/src/github.com/{ethereum => expanse-project}/ethash/src/libethash/sha3.c (100%) rename Godeps/_workspace/src/github.com/{ethereum => expanse-project}/ethash/src/libethash/sha3.h (100%) rename Godeps/_workspace/src/github.com/{ethereum => expanse-project}/ethash/src/libethash/sha3_cryptopp.cpp (100%) rename Godeps/_workspace/src/github.com/{ethereum => expanse-project}/ethash/src/libethash/sha3_cryptopp.h (100%) rename Godeps/_workspace/src/github.com/{ethereum => expanse-project}/ethash/src/libethash/util.h (100%) rename Godeps/_workspace/src/github.com/{ethereum => expanse-project}/ethash/src/libethash/util_win32.c (100%) rename Godeps/_workspace/src/github.com/{ethereum => expanse-project}/ethash/src/python/core.c (100%) rename Godeps/_workspace/src/github.com/{ethereum => expanse-project}/ethash/test/c/CMakeLists.txt (100%) rename Godeps/_workspace/src/github.com/{ethereum => expanse-project}/ethash/test/c/test.cpp (100%) rename Godeps/_workspace/src/github.com/{ethereum => expanse-project}/ethash/test/c/test.sh (100%) rename Godeps/_workspace/src/github.com/{ethereum => expanse-project}/ethash/test/python/.gitignore (100%) rename Godeps/_workspace/src/github.com/{ethereum => expanse-project}/ethash/test/python/requirements.txt (100%) rename Godeps/_workspace/src/github.com/{ethereum => expanse-project}/ethash/test/python/test.sh (100%) rename Godeps/_workspace/src/github.com/{ethereum => expanse-project}/ethash/test/python/test_pyethash.py (100%) rename Godeps/_workspace/src/github.com/{ethereum => expanse-project}/ethash/test/test.sh (100%) diff --git a/.idea/workspace.xml b/.idea/workspace.xml index b88a882863..651952c7b1 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -1,385 +1,7 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + @@ -479,26 +101,6 @@ - - - - - - - - - - - - - - - - - - - - @@ -669,11 +271,11 @@ - + - + @@ -801,22 +403,6 @@ - - - - - - - - - - - - - - - - @@ -889,97 +475,6 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -1004,17 +499,6 @@ - - - - - - - - - - - @@ -1061,22 +545,6 @@ - - - - - - - - - - - - - - - - diff --git a/Godeps/_workspace/src/github.com/ethereum/ethash/.gitignore b/Godeps/_workspace/src/github.com/expanse-project/ethash/.gitignore similarity index 100% rename from Godeps/_workspace/src/github.com/ethereum/ethash/.gitignore rename to Godeps/_workspace/src/github.com/expanse-project/ethash/.gitignore diff --git a/Godeps/_workspace/src/github.com/ethereum/ethash/.travis.yml b/Godeps/_workspace/src/github.com/expanse-project/ethash/.travis.yml similarity index 100% rename from Godeps/_workspace/src/github.com/ethereum/ethash/.travis.yml rename to Godeps/_workspace/src/github.com/expanse-project/ethash/.travis.yml diff --git a/Godeps/_workspace/src/github.com/ethereum/ethash/CMakeLists.txt b/Godeps/_workspace/src/github.com/expanse-project/ethash/CMakeLists.txt similarity index 100% rename from Godeps/_workspace/src/github.com/ethereum/ethash/CMakeLists.txt rename to Godeps/_workspace/src/github.com/expanse-project/ethash/CMakeLists.txt diff --git a/Godeps/_workspace/src/github.com/ethereum/ethash/MANIFEST.in b/Godeps/_workspace/src/github.com/expanse-project/ethash/MANIFEST.in similarity index 100% rename from Godeps/_workspace/src/github.com/ethereum/ethash/MANIFEST.in rename to Godeps/_workspace/src/github.com/expanse-project/ethash/MANIFEST.in diff --git a/Godeps/_workspace/src/github.com/ethereum/ethash/Makefile b/Godeps/_workspace/src/github.com/expanse-project/ethash/Makefile similarity index 100% rename from Godeps/_workspace/src/github.com/ethereum/ethash/Makefile rename to Godeps/_workspace/src/github.com/expanse-project/ethash/Makefile diff --git a/Godeps/_workspace/src/github.com/ethereum/ethash/README.md b/Godeps/_workspace/src/github.com/expanse-project/ethash/README.md similarity index 100% rename from Godeps/_workspace/src/github.com/ethereum/ethash/README.md rename to Godeps/_workspace/src/github.com/expanse-project/ethash/README.md diff --git a/Godeps/_workspace/src/github.com/ethereum/ethash/Vagrantfile b/Godeps/_workspace/src/github.com/expanse-project/ethash/Vagrantfile similarity index 100% rename from Godeps/_workspace/src/github.com/ethereum/ethash/Vagrantfile rename to Godeps/_workspace/src/github.com/expanse-project/ethash/Vagrantfile diff --git a/Godeps/_workspace/src/github.com/ethereum/ethash/appveyor.yml b/Godeps/_workspace/src/github.com/expanse-project/ethash/appveyor.yml similarity index 100% rename from Godeps/_workspace/src/github.com/ethereum/ethash/appveyor.yml rename to Godeps/_workspace/src/github.com/expanse-project/ethash/appveyor.yml diff --git a/Godeps/_workspace/src/github.com/ethereum/ethash/cmake/modules/CMakeParseArguments.cmake b/Godeps/_workspace/src/github.com/expanse-project/ethash/cmake/modules/CMakeParseArguments.cmake similarity index 100% rename from Godeps/_workspace/src/github.com/ethereum/ethash/cmake/modules/CMakeParseArguments.cmake rename to Godeps/_workspace/src/github.com/expanse-project/ethash/cmake/modules/CMakeParseArguments.cmake diff --git a/Godeps/_workspace/src/github.com/ethereum/ethash/cmake/modules/FindCryptoPP.cmake b/Godeps/_workspace/src/github.com/expanse-project/ethash/cmake/modules/FindCryptoPP.cmake similarity index 100% rename from Godeps/_workspace/src/github.com/ethereum/ethash/cmake/modules/FindCryptoPP.cmake rename to Godeps/_workspace/src/github.com/expanse-project/ethash/cmake/modules/FindCryptoPP.cmake diff --git a/Godeps/_workspace/src/github.com/ethereum/ethash/cmake/modules/FindOpenCL.cmake b/Godeps/_workspace/src/github.com/expanse-project/ethash/cmake/modules/FindOpenCL.cmake similarity index 100% rename from Godeps/_workspace/src/github.com/ethereum/ethash/cmake/modules/FindOpenCL.cmake rename to Godeps/_workspace/src/github.com/expanse-project/ethash/cmake/modules/FindOpenCL.cmake diff --git a/Godeps/_workspace/src/github.com/ethereum/ethash/cmake/modules/FindPackageHandleStandardArgs.cmake b/Godeps/_workspace/src/github.com/expanse-project/ethash/cmake/modules/FindPackageHandleStandardArgs.cmake similarity index 100% rename from Godeps/_workspace/src/github.com/ethereum/ethash/cmake/modules/FindPackageHandleStandardArgs.cmake rename to Godeps/_workspace/src/github.com/expanse-project/ethash/cmake/modules/FindPackageHandleStandardArgs.cmake diff --git a/Godeps/_workspace/src/github.com/ethereum/ethash/cmake/modules/FindPackageMessage.cmake b/Godeps/_workspace/src/github.com/expanse-project/ethash/cmake/modules/FindPackageMessage.cmake similarity index 100% rename from Godeps/_workspace/src/github.com/ethereum/ethash/cmake/modules/FindPackageMessage.cmake rename to Godeps/_workspace/src/github.com/expanse-project/ethash/cmake/modules/FindPackageMessage.cmake diff --git a/Godeps/_workspace/src/github.com/ethereum/ethash/cryptopp/CMakeLists.txt b/Godeps/_workspace/src/github.com/expanse-project/ethash/cryptopp/CMakeLists.txt similarity index 100% rename from Godeps/_workspace/src/github.com/ethereum/ethash/cryptopp/CMakeLists.txt rename to Godeps/_workspace/src/github.com/expanse-project/ethash/cryptopp/CMakeLists.txt diff --git a/Godeps/_workspace/src/github.com/ethereum/ethash/ethash.go b/Godeps/_workspace/src/github.com/expanse-project/ethash/ethash.go similarity index 100% rename from Godeps/_workspace/src/github.com/ethereum/ethash/ethash.go rename to Godeps/_workspace/src/github.com/expanse-project/ethash/ethash.go diff --git a/Godeps/_workspace/src/github.com/ethereum/ethash/ethash_test.go b/Godeps/_workspace/src/github.com/expanse-project/ethash/ethash_test.go similarity index 100% rename from Godeps/_workspace/src/github.com/ethereum/ethash/ethash_test.go rename to Godeps/_workspace/src/github.com/expanse-project/ethash/ethash_test.go diff --git a/Godeps/_workspace/src/github.com/ethereum/ethash/ethashc.go b/Godeps/_workspace/src/github.com/expanse-project/ethash/ethashc.go similarity index 100% rename from Godeps/_workspace/src/github.com/ethereum/ethash/ethashc.go rename to Godeps/_workspace/src/github.com/expanse-project/ethash/ethashc.go diff --git a/Godeps/_workspace/src/github.com/ethereum/ethash/js/LICENSE b/Godeps/_workspace/src/github.com/expanse-project/ethash/js/LICENSE similarity index 100% rename from Godeps/_workspace/src/github.com/ethereum/ethash/js/LICENSE rename to Godeps/_workspace/src/github.com/expanse-project/ethash/js/LICENSE diff --git a/Godeps/_workspace/src/github.com/ethereum/ethash/js/ethash.js b/Godeps/_workspace/src/github.com/expanse-project/ethash/js/ethash.js similarity index 100% rename from Godeps/_workspace/src/github.com/ethereum/ethash/js/ethash.js rename to Godeps/_workspace/src/github.com/expanse-project/ethash/js/ethash.js diff --git a/Godeps/_workspace/src/github.com/ethereum/ethash/js/keccak.js b/Godeps/_workspace/src/github.com/expanse-project/ethash/js/keccak.js similarity index 100% rename from Godeps/_workspace/src/github.com/ethereum/ethash/js/keccak.js rename to Godeps/_workspace/src/github.com/expanse-project/ethash/js/keccak.js diff --git a/Godeps/_workspace/src/github.com/ethereum/ethash/js/makekeccak.js b/Godeps/_workspace/src/github.com/expanse-project/ethash/js/makekeccak.js similarity index 100% rename from Godeps/_workspace/src/github.com/ethereum/ethash/js/makekeccak.js rename to Godeps/_workspace/src/github.com/expanse-project/ethash/js/makekeccak.js diff --git a/Godeps/_workspace/src/github.com/ethereum/ethash/js/test.js b/Godeps/_workspace/src/github.com/expanse-project/ethash/js/test.js similarity index 100% rename from Godeps/_workspace/src/github.com/ethereum/ethash/js/test.js rename to Godeps/_workspace/src/github.com/expanse-project/ethash/js/test.js diff --git a/Godeps/_workspace/src/github.com/ethereum/ethash/js/util.js b/Godeps/_workspace/src/github.com/expanse-project/ethash/js/util.js similarity index 100% rename from Godeps/_workspace/src/github.com/ethereum/ethash/js/util.js rename to Godeps/_workspace/src/github.com/expanse-project/ethash/js/util.js diff --git a/Godeps/_workspace/src/github.com/ethereum/ethash/setup.py b/Godeps/_workspace/src/github.com/expanse-project/ethash/setup.py similarity index 100% rename from Godeps/_workspace/src/github.com/ethereum/ethash/setup.py rename to Godeps/_workspace/src/github.com/expanse-project/ethash/setup.py diff --git a/Godeps/_workspace/src/github.com/ethereum/ethash/src/benchmark/CMakeLists.txt b/Godeps/_workspace/src/github.com/expanse-project/ethash/src/benchmark/CMakeLists.txt similarity index 100% rename from Godeps/_workspace/src/github.com/ethereum/ethash/src/benchmark/CMakeLists.txt rename to Godeps/_workspace/src/github.com/expanse-project/ethash/src/benchmark/CMakeLists.txt diff --git a/Godeps/_workspace/src/github.com/ethereum/ethash/src/benchmark/benchmark.cpp b/Godeps/_workspace/src/github.com/expanse-project/ethash/src/benchmark/benchmark.cpp similarity index 100% rename from Godeps/_workspace/src/github.com/ethereum/ethash/src/benchmark/benchmark.cpp rename to Godeps/_workspace/src/github.com/expanse-project/ethash/src/benchmark/benchmark.cpp diff --git a/Godeps/_workspace/src/github.com/ethereum/ethash/src/libethash/CMakeLists.txt b/Godeps/_workspace/src/github.com/expanse-project/ethash/src/libethash/CMakeLists.txt similarity index 100% rename from Godeps/_workspace/src/github.com/ethereum/ethash/src/libethash/CMakeLists.txt rename to Godeps/_workspace/src/github.com/expanse-project/ethash/src/libethash/CMakeLists.txt diff --git a/Godeps/_workspace/src/github.com/ethereum/ethash/src/libethash/compiler.h b/Godeps/_workspace/src/github.com/expanse-project/ethash/src/libethash/compiler.h similarity index 100% rename from Godeps/_workspace/src/github.com/ethereum/ethash/src/libethash/compiler.h rename to Godeps/_workspace/src/github.com/expanse-project/ethash/src/libethash/compiler.h diff --git a/Godeps/_workspace/src/github.com/ethereum/ethash/src/libethash/data_sizes.h b/Godeps/_workspace/src/github.com/expanse-project/ethash/src/libethash/data_sizes.h similarity index 100% rename from Godeps/_workspace/src/github.com/ethereum/ethash/src/libethash/data_sizes.h rename to Godeps/_workspace/src/github.com/expanse-project/ethash/src/libethash/data_sizes.h diff --git a/Godeps/_workspace/src/github.com/ethereum/ethash/src/libethash/endian.h b/Godeps/_workspace/src/github.com/expanse-project/ethash/src/libethash/endian.h similarity index 100% rename from Godeps/_workspace/src/github.com/ethereum/ethash/src/libethash/endian.h rename to Godeps/_workspace/src/github.com/expanse-project/ethash/src/libethash/endian.h diff --git a/Godeps/_workspace/src/github.com/ethereum/ethash/src/libethash/ethash.h b/Godeps/_workspace/src/github.com/expanse-project/ethash/src/libethash/ethash.h similarity index 100% rename from Godeps/_workspace/src/github.com/ethereum/ethash/src/libethash/ethash.h rename to Godeps/_workspace/src/github.com/expanse-project/ethash/src/libethash/ethash.h diff --git a/Godeps/_workspace/src/github.com/ethereum/ethash/src/libethash/fnv.h b/Godeps/_workspace/src/github.com/expanse-project/ethash/src/libethash/fnv.h similarity index 100% rename from Godeps/_workspace/src/github.com/ethereum/ethash/src/libethash/fnv.h rename to Godeps/_workspace/src/github.com/expanse-project/ethash/src/libethash/fnv.h diff --git a/Godeps/_workspace/src/github.com/ethereum/ethash/src/libethash/internal.c b/Godeps/_workspace/src/github.com/expanse-project/ethash/src/libethash/internal.c similarity index 100% rename from Godeps/_workspace/src/github.com/ethereum/ethash/src/libethash/internal.c rename to Godeps/_workspace/src/github.com/expanse-project/ethash/src/libethash/internal.c diff --git a/Godeps/_workspace/src/github.com/ethereum/ethash/src/libethash/internal.h b/Godeps/_workspace/src/github.com/expanse-project/ethash/src/libethash/internal.h similarity index 100% rename from Godeps/_workspace/src/github.com/ethereum/ethash/src/libethash/internal.h rename to Godeps/_workspace/src/github.com/expanse-project/ethash/src/libethash/internal.h diff --git a/Godeps/_workspace/src/github.com/ethereum/ethash/src/libethash/io.c b/Godeps/_workspace/src/github.com/expanse-project/ethash/src/libethash/io.c similarity index 100% rename from Godeps/_workspace/src/github.com/ethereum/ethash/src/libethash/io.c rename to Godeps/_workspace/src/github.com/expanse-project/ethash/src/libethash/io.c diff --git a/Godeps/_workspace/src/github.com/ethereum/ethash/src/libethash/io.h b/Godeps/_workspace/src/github.com/expanse-project/ethash/src/libethash/io.h similarity index 100% rename from Godeps/_workspace/src/github.com/ethereum/ethash/src/libethash/io.h rename to Godeps/_workspace/src/github.com/expanse-project/ethash/src/libethash/io.h diff --git a/Godeps/_workspace/src/github.com/ethereum/ethash/src/libethash/io_posix.c b/Godeps/_workspace/src/github.com/expanse-project/ethash/src/libethash/io_posix.c similarity index 100% rename from Godeps/_workspace/src/github.com/ethereum/ethash/src/libethash/io_posix.c rename to Godeps/_workspace/src/github.com/expanse-project/ethash/src/libethash/io_posix.c diff --git a/Godeps/_workspace/src/github.com/ethereum/ethash/src/libethash/io_win32.c b/Godeps/_workspace/src/github.com/expanse-project/ethash/src/libethash/io_win32.c similarity index 100% rename from Godeps/_workspace/src/github.com/ethereum/ethash/src/libethash/io_win32.c rename to Godeps/_workspace/src/github.com/expanse-project/ethash/src/libethash/io_win32.c diff --git a/Godeps/_workspace/src/github.com/ethereum/ethash/src/libethash/mmap.h b/Godeps/_workspace/src/github.com/expanse-project/ethash/src/libethash/mmap.h similarity index 100% rename from Godeps/_workspace/src/github.com/ethereum/ethash/src/libethash/mmap.h rename to Godeps/_workspace/src/github.com/expanse-project/ethash/src/libethash/mmap.h diff --git a/Godeps/_workspace/src/github.com/ethereum/ethash/src/libethash/mmap_win32.c b/Godeps/_workspace/src/github.com/expanse-project/ethash/src/libethash/mmap_win32.c similarity index 100% rename from Godeps/_workspace/src/github.com/ethereum/ethash/src/libethash/mmap_win32.c rename to Godeps/_workspace/src/github.com/expanse-project/ethash/src/libethash/mmap_win32.c diff --git a/Godeps/_workspace/src/github.com/ethereum/ethash/src/libethash/sha3.c b/Godeps/_workspace/src/github.com/expanse-project/ethash/src/libethash/sha3.c similarity index 100% rename from Godeps/_workspace/src/github.com/ethereum/ethash/src/libethash/sha3.c rename to Godeps/_workspace/src/github.com/expanse-project/ethash/src/libethash/sha3.c diff --git a/Godeps/_workspace/src/github.com/ethereum/ethash/src/libethash/sha3.h b/Godeps/_workspace/src/github.com/expanse-project/ethash/src/libethash/sha3.h similarity index 100% rename from Godeps/_workspace/src/github.com/ethereum/ethash/src/libethash/sha3.h rename to Godeps/_workspace/src/github.com/expanse-project/ethash/src/libethash/sha3.h diff --git a/Godeps/_workspace/src/github.com/ethereum/ethash/src/libethash/sha3_cryptopp.cpp b/Godeps/_workspace/src/github.com/expanse-project/ethash/src/libethash/sha3_cryptopp.cpp similarity index 100% rename from Godeps/_workspace/src/github.com/ethereum/ethash/src/libethash/sha3_cryptopp.cpp rename to Godeps/_workspace/src/github.com/expanse-project/ethash/src/libethash/sha3_cryptopp.cpp diff --git a/Godeps/_workspace/src/github.com/ethereum/ethash/src/libethash/sha3_cryptopp.h b/Godeps/_workspace/src/github.com/expanse-project/ethash/src/libethash/sha3_cryptopp.h similarity index 100% rename from Godeps/_workspace/src/github.com/ethereum/ethash/src/libethash/sha3_cryptopp.h rename to Godeps/_workspace/src/github.com/expanse-project/ethash/src/libethash/sha3_cryptopp.h diff --git a/Godeps/_workspace/src/github.com/ethereum/ethash/src/libethash/util.h b/Godeps/_workspace/src/github.com/expanse-project/ethash/src/libethash/util.h similarity index 100% rename from Godeps/_workspace/src/github.com/ethereum/ethash/src/libethash/util.h rename to Godeps/_workspace/src/github.com/expanse-project/ethash/src/libethash/util.h diff --git a/Godeps/_workspace/src/github.com/ethereum/ethash/src/libethash/util_win32.c b/Godeps/_workspace/src/github.com/expanse-project/ethash/src/libethash/util_win32.c similarity index 100% rename from Godeps/_workspace/src/github.com/ethereum/ethash/src/libethash/util_win32.c rename to Godeps/_workspace/src/github.com/expanse-project/ethash/src/libethash/util_win32.c diff --git a/Godeps/_workspace/src/github.com/ethereum/ethash/src/python/core.c b/Godeps/_workspace/src/github.com/expanse-project/ethash/src/python/core.c similarity index 100% rename from Godeps/_workspace/src/github.com/ethereum/ethash/src/python/core.c rename to Godeps/_workspace/src/github.com/expanse-project/ethash/src/python/core.c diff --git a/Godeps/_workspace/src/github.com/ethereum/ethash/test/c/CMakeLists.txt b/Godeps/_workspace/src/github.com/expanse-project/ethash/test/c/CMakeLists.txt similarity index 100% rename from Godeps/_workspace/src/github.com/ethereum/ethash/test/c/CMakeLists.txt rename to Godeps/_workspace/src/github.com/expanse-project/ethash/test/c/CMakeLists.txt diff --git a/Godeps/_workspace/src/github.com/ethereum/ethash/test/c/test.cpp b/Godeps/_workspace/src/github.com/expanse-project/ethash/test/c/test.cpp similarity index 100% rename from Godeps/_workspace/src/github.com/ethereum/ethash/test/c/test.cpp rename to Godeps/_workspace/src/github.com/expanse-project/ethash/test/c/test.cpp diff --git a/Godeps/_workspace/src/github.com/ethereum/ethash/test/c/test.sh b/Godeps/_workspace/src/github.com/expanse-project/ethash/test/c/test.sh similarity index 100% rename from Godeps/_workspace/src/github.com/ethereum/ethash/test/c/test.sh rename to Godeps/_workspace/src/github.com/expanse-project/ethash/test/c/test.sh diff --git a/Godeps/_workspace/src/github.com/ethereum/ethash/test/python/.gitignore b/Godeps/_workspace/src/github.com/expanse-project/ethash/test/python/.gitignore similarity index 100% rename from Godeps/_workspace/src/github.com/ethereum/ethash/test/python/.gitignore rename to Godeps/_workspace/src/github.com/expanse-project/ethash/test/python/.gitignore diff --git a/Godeps/_workspace/src/github.com/ethereum/ethash/test/python/requirements.txt b/Godeps/_workspace/src/github.com/expanse-project/ethash/test/python/requirements.txt similarity index 100% rename from Godeps/_workspace/src/github.com/ethereum/ethash/test/python/requirements.txt rename to Godeps/_workspace/src/github.com/expanse-project/ethash/test/python/requirements.txt diff --git a/Godeps/_workspace/src/github.com/ethereum/ethash/test/python/test.sh b/Godeps/_workspace/src/github.com/expanse-project/ethash/test/python/test.sh similarity index 100% rename from Godeps/_workspace/src/github.com/ethereum/ethash/test/python/test.sh rename to Godeps/_workspace/src/github.com/expanse-project/ethash/test/python/test.sh diff --git a/Godeps/_workspace/src/github.com/ethereum/ethash/test/python/test_pyethash.py b/Godeps/_workspace/src/github.com/expanse-project/ethash/test/python/test_pyethash.py similarity index 100% rename from Godeps/_workspace/src/github.com/ethereum/ethash/test/python/test_pyethash.py rename to Godeps/_workspace/src/github.com/expanse-project/ethash/test/python/test_pyethash.py diff --git a/Godeps/_workspace/src/github.com/ethereum/ethash/test/test.sh b/Godeps/_workspace/src/github.com/expanse-project/ethash/test/test.sh similarity index 100% rename from Godeps/_workspace/src/github.com/ethereum/ethash/test/test.sh rename to Godeps/_workspace/src/github.com/expanse-project/ethash/test/test.sh