Skip to content

Commit ab110a4

Browse files
authored
Update README with paper DOI and citation changes
Added DOI badge for the published paper and updated citation details.
1 parent 31a7aa1 commit ab110a4

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

README.md

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,19 @@
33
[![License: MIT](https://img.shields.io/badge/License-MIT-success.svg)](https://opensource.org/licenses/MIT)
44
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.14003844.svg)](https://doi.org/10.5281/zenodo.14003844)
55
[![arXiv:2410.21824](https://img.shields.io/badge/arXiv-2410.21824-yellow)](https://arxiv.org/abs/2410.21824)
6+
[![doi:10.1016/j.cpc.2025.109868](https://img.shields.io/badge/Paper_DOI-10.1016/j.cpc.2025.109868-blue)](https://doi.org/10.1016/j.cpc.2025.109868)
67

78
This repository contains information and code to reproduce the results presented in the
89
article
910
```bibtex
10-
@online{kholod2024secure,
11+
@article{kholod2026secure,
1112
title={{S}ecure numerical simulations using fully homomorphic encryption},
12-
author={Kholod, Arseniy and Polyakov, Yuriy and Schlottke-Lakemper, Michael},
13-
year={2024},
14-
month={10},
15-
doi={10.48550/arXiv.2410.21824},
13+
author={Arseniy Kholod and Yuriy Polyakov and Michael Schlottke-Lakemper},
14+
journal = {Computer Physics Communications},
15+
volume = {318},
16+
pages = {109868},
17+
year={2026},
18+
doi={10.1016/j.cpc.2025.109868},
1619
eprint={2410.21824},
1720
eprinttype={arxiv},
1821
eprintclass={math.NA}
@@ -41,7 +44,7 @@ environments like public cloud infrastructures. Fully homomorphic encryption (FH
4144
promising solution for achieving data privacy by enabling secure computations directly on
4245
encrypted data. Aimed at computational scientists, this work explores the viability of
4346
FHE-based, privacy-preserving numerical simulations of partial differential equations. The
44-
presented approach utilizes the CKKS scheme, a widely used FHE method for approximate
47+
presented approach utilizes the Cheon-Kim-Kim-Song (CKKS) scheme, a widely used FHE method for approximate
4548
arithmetic on real numbers. Two Julia packages are introduced, OpenFHE.jl and
4649
SecureArithmetic.jl, which wrap the OpenFHE C++ library to provide a convenient interface
4750
for secure arithmetic operations. With these tools, the accuracy and performance of key FHE

0 commit comments

Comments
 (0)