Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/blueokanna/reveler
Browse files Browse the repository at this point in the history
  • Loading branch information
blueokanna committed Nov 17, 2024
2 parents 3f3827b + b96aa47 commit 5644a01
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,10 @@ The `commit` function computes the commitment using the following steps:

![p3](https://raw.githubusercontent.com/blueokanna/reveler/refs/heads/main/image/p3.jpg)

**This results in a commitment point:** ![p4](https://raw.githubusercontent.com/blueokanna/reveler/refs/heads/main/image/p4.jpg)
**This results in a commitment point:**
![p4](https://raw.githubusercontent.com/blueokanna/reveler/refs/heads/main/image/p4.jpg)

4. **Commitment Hashing**: The commitment point \( C \) is then hashed using the BlueHash algorithm. The BlueHash algorithm applies multiple rounds of hashing for added randomness and security:
5. **Commitment Hashing**: The commitment point \( C \) is then hashed using the BlueHash algorithm. The BlueHash algorithm applies multiple rounds of hashing for added randomness and security:

![p5](https://raw.githubusercontent.com/blueokanna/reveler/refs/heads/main/image/p5.jpg)

Expand Down

0 comments on commit 5644a01

Please sign in to comment.