https://github.com/sumoprojects/cryptonight-hash-lib
Cryptonight hashing python lib
https://github.com/sumoprojects/cryptonight-hash-lib
Last synced: 8 months ago
JSON representation
Cryptonight hashing python lib
- Host: GitHub
- URL: https://github.com/sumoprojects/cryptonight-hash-lib
- Owner: sumoprojects
- License: other
- Created: 2017-09-16T08:04:14.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2018-05-08T19:28:20.000Z (about 8 years ago)
- Last Synced: 2025-04-02T07:11:33.901Z (about 1 year ago)
- Language: C
- Homepage:
- Size: 786 KB
- Stars: 28
- Watchers: 4
- Forks: 32
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# cryptonight-hash-lib
Copyright (c) 2017, Sumokoin.org
This a python-wrapper lib to give cryptonight hashing functions for Sumo Easy Miner
To complile on Linux:
cd /path/to/cryptonight-hash-lib
cmake .
make