Skip to content

Commit 0af89a7

Browse files
authored
Merge pull request #32 from cryptimeleon/develop
Liquid syntax fix
2 parents bd8d8cc + 6de4d2f commit 0af89a7

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

index.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ mathjax: true
55
# Cryptimeleon - prototyping for advanced privacy-preserving constructions
66

77

8-
Cryptimeleon (pronounced /krɪptimiːliən/, "cryp-tee-meleon") is an open-source Java library primarily aimed at cryptography researchers.
8+
Cryptimeleon (pronounced /krɪptimiːliən/, "cryp-tee-meleon") is an open-source Java library primarily aimed at cryptography researchers.
99

10-
> You want to prototype and benchmark your new kind of anonymous credentials, group signatures, attribute-based encryption, or other construction in the bilinear group setting?
11-
>
10+
> You want to prototype and benchmark your new kind of anonymous credentials, group signatures, attribute-based encryption, or other construction in the bilinear group setting?
11+
>
1212
> Try Cryptimeleon!
1313
1414
## ✅ What Cryptimeleon offers
@@ -30,7 +30,7 @@ Cryptimeleon supports the following features (plus others):
3030

3131
- Do *not* use Cryptimeleon for production code. It is a research tool only and may not offer the security level required in real applications.
3232
- Do *not* use Cryptimeleon if you want to implement absurd levels of performance optimization.
33-
- We focus more on easy-to-read APIs than performance.
33+
- We focus more on easy-to-read APIs than performance.
3434
- That said, benchmarks with Cryptimeleon are definitely competitive and we do automatically optimize some things in the background.
3535

3636
## Getting started
@@ -51,7 +51,7 @@ We have a paper on Cryptimeleon and its features published on [eprint](https://e
5151
Raphael Heitjohann and
5252
Jeremy Fell},
5353
title = {Cryptimeleon: A Library for Fast Prototyping of Privacy-Preserving Cryptographic Schemes},
54-
journal = {{IACR} Cryptol. ePrint Arch.},
54+
journal = { {IACR} Cryptol. ePrint Arch.},
5555
volume = {2021},
5656
pages = {961},
5757
year = {2021},

0 commit comments

Comments
 (0)