Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Dustin-Ray authored Aug 22, 2024
1 parent a0ea0b7 commit 2149728
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,15 @@ error[E0554]: `#![feature]` may not be used on the stable release channel

Then please double check your toolchain. Otherwise, this repo should work out of the box.

## Supported Hashes:

The following hashes are supported in the recursive chain:

| Hasher | Validation |
|----------|----------|
| Poseidon Hash | [![Tests](https://github.com/drcapybara/hash-chain/actions/workflows/test_hash_chain.yml/badge.svg)](https://github.com/drcapybara/hash-chain/actions/workflows/test_hash_chain.yml) |
| Keccak | [![Rust Nightly Tests](https://github.com/drcapybara/hash-chain/actions/workflows/test_hash_chain.yml/badge.svg)](https://github.com/drcapybara/hash-chain/actions/workflows/test_hash_chain.yml) |

# Strategy

Our approach is to insert the following gates into the circuit with the requisite connections. It is not enough to create a circuit that simply connects each hash output the next input, the prover must argue the hash computation _and_ verify the preceeding hash in a single step, taking into account the recursive structure of the chain:
Expand Down

0 comments on commit 2149728

Please # to comment.