An open API service indexing awesome lists of open source software.

https://github.com/rjected/fractal-hash-traversal

An implementation of Jakobsson's Fractal Hash Sequence Traversal algorithm
https://github.com/rjected/fractal-hash-traversal

Last synced: 12 months ago
JSON representation

An implementation of Jakobsson's Fractal Hash Sequence Traversal algorithm

Awesome Lists containing this project

README

          

# fractal-hash-traversal
An implementation of [Jakobsson's Fractal Hash Sequence Traversal algorithm](https://eprint.iacr.org/2002/001.pdf).

There is at least one [hash traversal algorithm that is more efficient](https://eprint.iacr.org/2002/023.pdf), but this algorithm is simple and relatively easy to implement.

## TODO
- [x] Create initial tests and pebble generation code
- [ ] Implement chain traversal given the generated pebbles
- [ ] Simple tests to check for correctness