refactor(server::{useragent::auth, client::auth}): use random based + timestamp nonce instead of monotonic counter in database
This commit is contained in:
3
server/Cargo.lock
generated
3
server/Cargo.lock
generated
@@ -683,6 +683,7 @@ dependencies = [
|
||||
"arbiter-crypto",
|
||||
"arbiter-proto",
|
||||
"async-trait",
|
||||
"chrono",
|
||||
"http",
|
||||
"rand 0.10.1",
|
||||
"rustls-webpki",
|
||||
@@ -696,7 +697,7 @@ dependencies = [
|
||||
name = "arbiter-crypto"
|
||||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"base64",
|
||||
"chrono",
|
||||
"memsafe",
|
||||
"ml-dsa",
|
||||
"rand 0.10.1",
|
||||
|
||||
Reference in New Issue
Block a user