We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4ab352 commit 6719055Copy full SHA for 6719055
Cargo.toml
@@ -34,6 +34,7 @@ ed25519-dalek = "2.1"
34
x25519-dalek = { version = "2.0", features = ["static_secrets"] }
35
serde = { version = "1.0", features = ["derive"] }
36
serde_json = "1.0"
37
+chrono = { version = "0.4", features = ["serde"] }
38
base64 = "0.21"
39
tokio = { version = "1.35", features = ["full"], optional = true }
40
constant_time_eq = "0.3"
@@ -54,6 +55,3 @@ path = "examples/file_encryption.rs"
54
55
name = "key_exchange"
56
path = "examples/key_exchange.rs"
57
-[[bench]]
58
-name = "crypto_benchmark"
59
-harness = false
0 commit comments