Skip to content

BaseMax/PowerHash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

9dddc55 · Feb 25, 2019

History

65 Commits
Aug 16, 2018
Aug 16, 2018
Aug 16, 2018
Feb 25, 2019
Aug 16, 2018

Repository files navigation

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