Skip to content

Commit d7ea0dc

Browse files
committed
feat: add unseal_once to improve security.
This is a security feature that prevents replay attacks and ensures that unseal keys can only be used once.
1 parent a67224f commit d7ea0dc

File tree

7 files changed

+539
-39
lines changed

7 files changed

+539
-39
lines changed

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ crossbeam-channel = "0.5"
8080
maybe-async = { version = "0.2", optional = false }
8181
lockfile = "0.4.0"
8282
arc-swap = "1"
83+
blake3 = "1.8"
8384

8485
# optional dependencies
8586
openssl = { version = "*", optional = true }

0 commit comments

Comments
 (0)