Skip to content

B0bby321/cryptonight-hash-lib

 
 

Repository files navigation

cryptonight-hash-lib

Copyright (c) 2017, Sumokoin.org

This a python-wrapper lib with cryptonight hashing functions

To complile on Linux:

cd /path/to/cryptonight-hash-lib
cmake .
make

The library now has C functions. To compile with C: cd /path/to/cryptonight-hash-lib cmake . <-DMAKE_CLIB_STATIC=ON/-DMAKE_CLIB=ON> make

Releases

No releases published

Packages

No packages published

Languages

  • C 89.5%
  • Assembly 7.3%
  • C++ 2.9%
  • CMake 0.3%