Skip to content

Commit bd8d8cc

Browse files
authored
Merge pull request #31 from cryptimeleon/develop
Adding publication and how to cite to index.md
2 parents 06183b7 + 7f60b5f commit bd8d8cc

2 files changed

Lines changed: 21 additions & 1 deletion

File tree

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
addressable (2.7.0)
4+
addressable (2.8.0)
55
public_suffix (>= 2.0.2, < 5.0)
66
colorator (1.1.0)
77
concurrent-ruby (1.1.8)

index.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,24 @@ Cryptimeleon supports the following features (plus others):
4040
- 🧙 For everything else, consult this documentation page, follow our [Twitter](https://twitter.com/cryptimeleon), find the code on [GitHub](https://github.com/cryptimeleon), or [contact us](mailto:contactus@cryptimeleon.org).
4141

4242

43+
## Publication
44+
We have a paper on Cryptimeleon and its features published on [eprint](https://eprint.iacr.org/2021/961). The paper also highlights the benefits that Cryptimeleon provides for privacy-preserving cryptography researchers .
45+
46+
### How to cite
47+
```
48+
@article{EPRINT:BEHF21,
49+
author = {Jan Bobolz and
50+
Fabian Eidens and
51+
Raphael Heitjohann and
52+
Jeremy Fell},
53+
title = {Cryptimeleon: A Library for Fast Prototyping of Privacy-Preserving Cryptographic Schemes},
54+
journal = {{IACR} Cryptol. ePrint Arch.},
55+
volume = {2021},
56+
pages = {961},
57+
year = {2021},
58+
url = {https://eprint.iacr.org/2021/961},
59+
}
60+
```
61+
62+
4363
🏫 Cryptimeleon has been developed at Paderborn University (Germany) in the [Codes and Cryptography group](https://cs.uni-paderborn.de/en/cuk).

0 commit comments

Comments
 (0)