This repo contains an implementation of the fuzzy vault algorithm. This code is designed to work with bit stream data sets.
1) Fully reduced echelon form algorithm
2) Hand-made Reed-Solomon decoder using Berlekamp's algorithm
3) Fully Fuzzy Vault implementation for bit streams.
This repo uses a make file to build the code. Run the command make fuzzy
.
To run the code, run the command make run
.
- C - The compiler for C (All C dependencies will be installed with make file)
I want to implement functionality with other datasets. For now all I have functional is the the bitstream dataset.
- Jack West - jweezy24
See also the list of contributors who participated in this project.