Skip to content

Commit 61109ac

Browse files
committed
Update index
1 parent df44eab commit 61109ac

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

index.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,15 @@ Cryptimeleon supports the following features (plus others):
1616
- Write equations in our simple algebraic ([bilinear groups](docs/bilinear-groups.html)) framework.
1717
- Easily readable, e.g., `g.pow(m).op(h.pow(r))`.
1818
- Easy parallelism and precomputation. Transparent multiexponentiation.
19-
- [Benchmark](docs/benchmarking.html) your construction (in milliseconds or count group operations) and put convincing numbers into your paper
20-
- Android support - run modern crypto on a phone.
19+
- Same abstraction as in conference papers. We're taking care of point-on-curve and subgroup checks.
20+
- [Benchmark](docs/benchmarking.html) your construction (in milliseconds or count group operations)
21+
- Put convincing numbers into your paper.
22+
- Android support - benchmark modern crypto on a phone.
2123
- Implement Schnorr-style zero-knowledge proofs.
2224
- Specify them using Camenisch-Stadler notation in [subzero](https://cptml.org/subzero) to generate code.
2325
- Supports AND/OR composition, range proofs, pairing support, Fiat-Shamir, etc.
24-
- Use the basics you may expect: hash into groups or \\(\mathbb{Z}_p\\), use pseudorandom functions with arbitrary input/output length, ...
26+
- Use the basics you may expect: hash into groups or \\(\mathbb{Z}_p\\), use pseudorandom function and random oracles with arbitrary input/output length, ...
27+
- No copyright issues: Open-source under Apache 2.0 license.
2528

2629
## ❌ What Cryptimeleon does _not_ offer
2730

0 commit comments

Comments
 (0)