Skip to content

Commit

Permalink
docs: added reference to presenation
Browse files Browse the repository at this point in the history
  • Loading branch information
jot2re committed Jul 15, 2024
1 parent 931593d commit 91876a3
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,13 @@ Account 0x97F272ccfef4026A1F3f0e0E879d514627B84E69 was succesfully added as an g
> [!NOTE]
> If you get `override the existing name orchestrator [y/N]: `, just ^C and run `make clean-node-storage` to remove the state.
### Trouble shooting
If you encoding
```
Error: The nonce of the deployer account is not null. Please use another deployer private key or relaunch a clean instance of the fhEVM
```
Then something went wrong in a step and you will need to run `make clean` and then start over the flow described [above](#fast-run-and-test).

# Init fhEVM-native

```bash
Expand Down Expand Up @@ -230,6 +237,10 @@ For an example of usage consult the [technical specification](https://github.com

## Resources

### Presentations

- [EthCC 2024 TKMS presentation](EthCC24-tkms.pdf)

### Theory
- [Noah's Ark: Efficient Threshold-FHE Using Noise Flooding](https://eprint.iacr.org/2023/815)

Expand Down

0 comments on commit 91876a3

Please sign in to comment.