CTAP library move (#602)
* Moves all CTAP logic into its own library * workflows fix test * more coveralls workflow tests
This commit is contained in:
18
Cargo.lock
generated
18
Cargo.lock
generated
@@ -109,6 +109,7 @@ dependencies = [
|
||||
"lang_items",
|
||||
"libtock_core",
|
||||
"libtock_drivers",
|
||||
"opensk",
|
||||
"openssl",
|
||||
"persistent_store",
|
||||
"rand 0.8.5",
|
||||
@@ -273,6 +274,23 @@ version = "1.14.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "2f7254b99e31cad77da24b08ebf628882739a608578bb1bcdfc1f9c21260d7c0"
|
||||
|
||||
[[package]]
|
||||
name = "opensk"
|
||||
version = "1.0.0"
|
||||
dependencies = [
|
||||
"arrayref",
|
||||
"byteorder",
|
||||
"crypto",
|
||||
"ed25519-compact",
|
||||
"openssl",
|
||||
"persistent_store",
|
||||
"rand 0.8.5",
|
||||
"rng256",
|
||||
"sk-cbor",
|
||||
"subtle",
|
||||
"uuid",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "openssl"
|
||||
version = "0.10.41"
|
||||
|
||||
Reference in New Issue
Block a user