Skip to content

Commit

Permalink
Merge pull request #652 from zama-ai/fix-whitepaper-links
Browse files Browse the repository at this point in the history
fix: update whitepaper mentions
  • Loading branch information
immortal-tofu authored Dec 11, 2024
2 parents 49288b1 + 5f9a0aa commit 8e326db
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ _More examples are available [here](https://github.com/zama-ai/fhevm/tree/main/e

### White paper

- [Confidential EVM Smart Contracts using Fully Homomorphic Encryption](https://github.com/zama-ai/fhevm/blob/main/fhevm-whitepaper.pdf)
- [Confidential EVM Smart Contracts using Fully Homomorphic Encryption](https://github.com/zama-ai/fhevm/blob/main/fhevm-whitepaper-v2.pdf)
<br></br>

### Demos and Tutorials
Expand Down Expand Up @@ -254,21 +254,19 @@ To cite fhEVM or the whitepaper in academic papers, please use the following ent

```text
@Misc{fhEVM,
title={{Private smart contracts on the EVM using homomorphic encryption}},
title={{Confidential EVM Smart Contracts using Fully Homomorphic Encryption}},
author={Zama},
year={2023},
year={2024},
note={\url{https://github.com/zama-ai/fhevm}},
}
```

```text
@techreport{fhEVM,
author = "Morten Dahl, Clément Danjou, Daniel Demmler, Tore Frederiksen, Petar Ivanov,
Marc Joye, Dragos Rotaru, Nigel Smart, Louis Tremblay Thibault
",
author = "Zama",
title = "Confidential EVM Smart Contracts using Fully Homomorphic Encryption",
institution = "Zama",
year = "2023"
year = "2024"
}
```

Expand Down

0 comments on commit 8e326db

Please sign in to comment.