mirror of https://github.com/ethereum/go-ethereum
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
407 B
17 lines
407 B
include setup.py
|
|
|
|
# C sources
|
|
include src/libethash/internal.c
|
|
include src/libethash/sha3.c
|
|
include src/libethash/util.c
|
|
include src/python/core.c
|
|
|
|
# Headers
|
|
include src/libethash/compiler.h
|
|
include src/libethash/data_sizes.h
|
|
include src/libethash/endian.h
|
|
include src/libethash/ethash.h
|
|
include src/libethash/fnv.h
|
|
include src/libethash/internal.h
|
|
include src/libethash/sha3.h
|
|
include src/libethash/util.h
|
|
|