You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: index.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,10 +5,10 @@ mathjax: true
5
5
# Cryptimeleon - prototyping for advanced privacy-preserving constructions
6
6
7
7
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.
9
9
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
+
>
12
12
> Try Cryptimeleon!
13
13
14
14
## ✅ What Cryptimeleon offers
@@ -30,7 +30,7 @@ Cryptimeleon supports the following features (plus others):
30
30
31
31
- Do *not* use Cryptimeleon for production code. It is a research tool only and may not offer the security level required in real applications.
32
32
- 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.
34
34
- That said, benchmarks with Cryptimeleon are definitely competitive and we do automatically optimize some things in the background.
35
35
36
36
## Getting started
@@ -51,7 +51,7 @@ We have a paper on Cryptimeleon and its features published on [eprint](https://e
51
51
Raphael Heitjohann and
52
52
Jeremy Fell},
53
53
title = {Cryptimeleon: A Library for Fast Prototyping of Privacy-Preserving Cryptographic Schemes},
0 commit comments