★ wanayoo — archive 1999 https://github.com/BaseMax/PowerHashNouvelle recherche | Portail wanayoo
Skip to content
Design and development Crypto algorithms.
Branch: master
Clone or download
Latest commit 9dddc55 Feb 25, 2019
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
crypto
pow_hash
CMakeLists.txt
README.md
main.cpp

README.md

Power Hash

Design, development and Optimize Crypto algorithms.

Algorithms

  • Blake256 (crypto/blake256.c)
  • Groestl (crypto/groestl.c)
  • Jh (crypto/jh.c)
  • Keccak (crypto/keccak.c) (Optimization is not done)
  • Skein (crypto/skein.c)

Compile and Building

$ git clone https://github.com/BaseMax/PowerHash
$ cd PowerHash
$ mkdir _build
$ cd _build
$ cmake ..
$ sudo make -j8
$ sudo make install
$ ./PowerHash
You can’t perform that action at this time.