Skip to content
This repository was archived by the owner on Jun 11, 2025. It is now read-only.

Commit 8e326db

Browse files
Merge pull request #652 from zama-ai/fix-whitepaper-links
fix: update whitepaper mentions
2 parents 49288b1 + 5f9a0aa commit 8e326db

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

README.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ _More examples are available [here](https://github.com/zama-ai/fhevm/tree/main/e
138138

139139
### White paper
140140

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

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

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

264264
```text
265265
@techreport{fhEVM,
266-
author = "Morten Dahl, Clément Danjou, Daniel Demmler, Tore Frederiksen, Petar Ivanov,
267-
Marc Joye, Dragos Rotaru, Nigel Smart, Louis Tremblay Thibault
268-
",
266+
author = "Zama",
269267
title = "Confidential EVM Smart Contracts using Fully Homomorphic Encryption",
270268
institution = "Zama",
271-
year = "2023"
269+
year = "2024"
272270
}
273271
```
274272

0 commit comments

Comments
 (0)