Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 296 Bytes

File metadata and controls

13 lines (10 loc) · 296 Bytes

Hashing

Repository for implementing interesting hash functions and analyzing their properties.

Build

  1. git clone https://github.com/rohitg15/Hashing.git
  2. cd Hashing
  3. mkdir build
  4. cd build
  5. cmake ..
  6. make

the main directory inside the build directory contains the executable