Skip to content

Commit 708f921

Browse files
Merge pull request #7 from danieldia-dev/main
Expand comparative benchmarks to three-way hpke-ng vs hpke-rs vs rust-hpke suite
2 parents b61d3e1 + 79c1edd commit 708f921

3 files changed

Lines changed: 816 additions & 211 deletions

File tree

CONTRIBUTORS.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Contributors
2+
3+
## Nadim Kobeissi
4+
- **Role:** Creator and maintainer
5+
- **GitHub:** [nadimkobeissi](https://github.com/nadimkobeissi)
6+
- **Website:** [nadim.computer](https://nadim.computer)
7+
8+
## Daniel Dia
9+
- **Role:** Contributor
10+
- **GitHub:** [danieldia-dev](https://github.com/danieldia-dev)
11+
- **Website:** [danieldia.me](https://danieldia.me)

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ rand = "0.9"
5353
rand_chacha = "0.9"
5454
criterion = { version = "0.8", features = ["html_reports"] }
5555
hex = "0.4"
56+
hpke = { version = "0.13.0", features = ["x25519", "alloc"] }
5657

5758
[profile.bench]
5859
lto = "thin"

0 commit comments

Comments
 (0)