Skip to content

The original algorithm by Ulord

License

MIT, Unknown licenses found

Licenses found

MIT
LICENSE
Unknown
LICENSE.txt
Notifications You must be signed in to change notification settings

UlordChain/cryptohello-hash-lib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cryptohello-hash-lib

copyright & abstract

Forked from cryptonight-hash-lib

Copyright (c) 2017, Sumokoin.org

Copyright (c) 2018, ulord.one

This is a python-wrapper lib to give cryptohello hashing functions for ulordchain wallet server.

Instruction

Linux

cd /path/to/cryptohello-hash-lib
mkdir build
cd build
cmake ..
make

Windows

tools

Be careful, use the version that fits your environment. Here is the recommendation:

Windows 10 64bit

visual studio 2017

python 2.7

OpenSSL

cmake-3.10.2-win64-x64

build

open cmd, change directory to cryptohello-hash-lib

mkdir build

cd build

cmake -G "Visual Studio 15" ../

Note: If you use win64 OpenSSL and winx86-64 python, use command: cmake -G "Visual Studio 15 Win64" ../

open visual studio, set solution configuration to Release, solution platform to Win32 like below

click build

errors may occur

snprintf macro redefinition: comment out snprintf macro definition in compat.h, recompile

option O2 comflicts with RTC1: ensure solution configuration is Release & Win32 like above, and ensure

basic runtime check(solution property -> configuration property -> c/c++ -> code generation) value is default

About

The original algorithm by Ulord

Resources

License

MIT, Unknown licenses found

Licenses found

MIT
LICENSE
Unknown
LICENSE.txt

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •