BaseMax / PowerHash

Design and development Crypto algorithms.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Design and development Crypto algorithms.


Languages

Language:C++ 51.6%Language:C 47.8%Language:CMake 0.6%