diff options
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -25,3 +25,8 @@ hex = "0.2" [dev-dependencies] hex = "0.2" +bencher = "0.1" + +[[bench]] +name = "spake2" +harness = false |
![]() |
index : PAKEs.git | |
Password-Authenticated Key Agreement protocols; fork adds support for luanti's flavor of SRP |
aboutsummaryrefslogtreecommitdiff |
-rw-r--r-- | Cargo.toml | 5 |
@@ -25,3 +25,8 @@ hex = "0.2" [dev-dependencies] hex = "0.2" +bencher = "0.1" + +[[bench]] +name = "spake2" +harness = false |