Generate valid structure for MakeCredential params
* Add crate arbitrary as ctap's optional dependency, when feature "fuzz" is activated. * Derive Arbitrary for all the necessary types in order to generate the concrete types from random bytes. * Add a fuzz target that transforms the input to valid format for MakeCredential.
This commit is contained in:
@@ -11,5 +11,6 @@ embedded-time = "0.12.1"
|
||||
libtock_drivers = { path = "../../third_party/libtock-drivers" }
|
||||
crypto = { path = "../../libraries/crypto", features = ['std'] }
|
||||
sk-cbor = { path = "../../libraries/cbor" }
|
||||
ctap2 = { path = "../..", features = ['std'] }
|
||||
ctap2 = { path = "../..", features = ["fuzz"] }
|
||||
lang_items = { path = "../../third_party/lang-items", features = ['std'] }
|
||||
arbitrary = { version = "0.4.7", features = ["derive"] }
|
||||
|
||||
Reference in New Issue
Block a user