Update rng_tutorial.md
This commit is contained in:
parent
07e4500e65
commit
c39045ff47
1 changed files with 2 additions and 2 deletions
|
@ -21,8 +21,8 @@ In this tutorial you learn how to use Zokrates and zero knowledge proofs to reve
|
|||
|
||||
## Commit to a preimage
|
||||
|
||||
The first step is for Alice and Bob to each come up with a preimage value and calculate the hash to commit to it. There are many ways to calculate a hash,
|
||||
but here we use Zokrates.
|
||||
The first step is for Alice and Bob to each come up with a preimage value and calculate the hash to commit to it.
|
||||
There are many ways to calculate a hash, but here we use Zokrates.
|
||||
|
||||
1. Create this file under the name `get_hash.zok`:
|
||||
```javascript
|
||||
|
|
Loading…
Reference in a new issue