From 2a16f05f288d1ebdd98cd0cf37086157d44532d4 Mon Sep 17 00:00:00 2001 From: Michael Schlottke-Lakemper Date: Sun, 21 Jan 2024 10:32:59 +0100 Subject: [PATCH 1/2] Add DOI --- CITATION.bib | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CITATION.bib b/CITATION.bib index 80b18d2..7aea550 100644 --- a/CITATION.bib +++ b/CITATION.bib @@ -2,6 +2,7 @@ @misc{schlottkelakemper2024securearithmetic title={{S}ecure{A}rithmetic.jl: {S}ecure arithmetic operations in {J}ulia using fully homomorphic encryption}, author={Schlottke-Lakemper, Michael}, year={2024}, - howpublished={\url{https://github.com/sloede/SecureArithmetic.jl}} + howpublished={\url{https://github.com/sloede/SecureArithmetic.jl}}, + doi={10.5281/zenodo.10544790} } From 6c6ed754442dc40f04293bae4d33db6e61074f19 Mon Sep 17 00:00:00 2001 From: Michael Schlottke-Lakemper Date: Sun, 21 Jan 2024 10:36:18 +0100 Subject: [PATCH 2/2] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d73be2e..2a5a9dc 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,7 @@ [![Coveralls](https://coveralls.io/repos/github/sloede/SecureArithmetic.jl/badge.svg)](https://coveralls.io/github/sloede/SecureArithmetic.jl) [![Codecov](https://codecov.io/gh/sloede/SecureArithmetic.jl/branch/main/graph/badge.svg)](https://codecov.io/gh/sloede/SecureArithmetic.jl) [![License: MIT](https://img.shields.io/badge/License-MIT-success.svg)](https://opensource.org/license/mit/) +[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.10544790.svg)](https://doi.org/10.5281/zenodo.10544790) SecureArithmetic.jl is a Julia package for performing cryptographically secure arithmetic operations using fully homomorphic encryption. It currently provides a backend for @@ -93,7 +94,8 @@ If you use SecureArithmetic.jl in your own research, please cite this repository title={{S}ecure{A}rithmetic.jl: {S}ecure arithmetic operations in {J}ulia using fully homomorphic encryption}, author={Schlottke-Lakemper, Michael}, year={2024}, - howpublished={\url{https://github.com/sloede/SecureArithmetic.jl}} + howpublished={\url{https://github.com/sloede/SecureArithmetic.jl}}, + doi={10.5281/zenodo.10544790} } ```