mirror of
https://github.com/Chia-Network/chia-blockchain.git
synced 2024-11-10 12:29:49 +03:00
d01cbcb901
C PoT improvements, partly using modified code from Flint/Antic On Mon, Jan 13, 2020 at 11:03 PM Bill Hart <goodwillhart[at sign]googlemail.com> wrote: Dear Bram Cohen, I cannot relicense all of Flint and Antic as I don't own the copyright for all files. However, I wrote the files you mention and therefore you can also use them under BSD 2-Clause. In addition, I hereby license you to use these files under the MIT license for your project. Please ensure that my copyright is retained on the files, as per the MIT license. Best Wishes, William Hart. On Tue, 14 Jan 2020 at 01:10, Bram Cohen <bram[at sign]chia.net> wrote: Hello Dr. Hart. As you likely already know in Chia's VDF implementation competition Antic and Flint were able to produce meaningful improvements in how fast our VDF runs. We're now working on integrating those changes and making further improvements which we'd like to upstream but we're having some licensing issues. On all of Chia's code we use MIT, Apache2 and public domain. If you're willing to relicense using one of those or even relicense just the following files that would be very helpful https://github.com/wbhart/antic/blob/trunk/qfb/nudupl.c https://github.com/wbhart/antic/commits/trunk/qfb/nucomp.c https://github.com/wbhart/flint2/blob/trunk/fmpz/xgcd_partial.c Please let me know what you think. Thank you, -Bram
63 lines
781 B
Plaintext
63 lines
781 B
Plaintext
# Byte-compiled / optimized / DLL files
|
|
__pycache__/
|
|
*.py[cod]
|
|
*$py.class
|
|
|
|
# C extensions
|
|
*.so
|
|
**/*.o
|
|
**/*.DS_Store
|
|
|
|
# Database
|
|
nohup.out
|
|
mongod.log*
|
|
fndb_test*
|
|
blockchain_test*
|
|
*.db
|
|
|
|
# Logs
|
|
*.log
|
|
*.out
|
|
|
|
# Keys and plot files
|
|
config/keys.yaml
|
|
config/plots.yaml
|
|
|
|
# Bundled code
|
|
chia-blockchain.tar.gz.tar.gz
|
|
|
|
# PyInstaller
|
|
# Usually these files are written by a python script from a template
|
|
# before PyInstaller builds the exe, so as to inject date/other infos into it.
|
|
*.manifest
|
|
*.spec
|
|
|
|
# Installer logs
|
|
pip-log.txt
|
|
pip-delete-this-directory.txt
|
|
**/*.egg-info
|
|
|
|
# Unit test / coverage reports
|
|
.cache
|
|
.pytest_cache/
|
|
|
|
# PoSpace plots
|
|
**/*.dat
|
|
**/*.dat.tmp
|
|
*.mo
|
|
*.pot
|
|
|
|
# pyenv
|
|
.python-version
|
|
.eggs
|
|
.venv
|
|
|
|
# mypy
|
|
.mypy_cache/
|
|
|
|
# Editors
|
|
.vscode
|
|
|
|
# Packaging
|
|
chia-blockchain.tar.gz
|