diff options
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -9,6 +9,7 @@ readme = "README.md" [dependencies] aes = { version = "0.8.4", features = ["hazmat"] } blake2 = "0.10.6" +constant_time_eq = "0.4.2" [dev-dependencies] hex = "0.4.3" |