feat(auth): finish protocol 10 method 2 and 3
This commit is contained in:
parent
8a3f443d85
commit
d18ba43aed
24 changed files with 490 additions and 43 deletions
7
Cargo.lock
generated
7
Cargo.lock
generated
|
|
@ -549,6 +549,12 @@ version = "0.5.0"
|
|||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
|
||||
|
||||
[[package]]
|
||||
name = "hex"
|
||||
version = "0.4.3"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
|
||||
|
||||
[[package]]
|
||||
name = "hmac"
|
||||
version = "0.12.1"
|
||||
|
|
@ -1304,6 +1310,7 @@ dependencies = [
|
|||
"bytemuck",
|
||||
"chrono",
|
||||
"dotenv",
|
||||
"hex",
|
||||
"hmac",
|
||||
"log",
|
||||
"md-5",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue