Only ed25519

This commit is contained in:
opentrade
2021-04-10 10:41:27 +08:00
parent b1a37379c8
commit c5e102fa6e
3 changed files with 33 additions and 79 deletions

8
Cargo.lock generated
View File

@@ -245,6 +245,12 @@ dependencies = [
"lazy_static",
]
[[package]]
name = "cryptoxide"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "46212f5d1792f89c3e866fb10636139464060110c568edd7f73ab5e9f736c26d"
[[package]]
name = "ct-logs"
version = "0.6.0"
@@ -620,11 +626,11 @@ version = "1.1.3"
dependencies = [
"base64 0.13.0",
"clap",
"cryptoxide",
"hbb_common",
"lazy_static",
"mac_address",
"machine-uid",
"rand 0.8.3",
"reqwest",
"rocksdb",
"rust-ini",