Separate RNG library (#470)
* seperates the RNG library * fixes crypto tests * adds rng256 workflow * fixes formatting
This commit is contained in:
@@ -10,6 +10,7 @@ arrayref = "0.3.6"
|
||||
embedded-time = "0.12.1"
|
||||
libtock_drivers = { path = "../../third_party/libtock-drivers" }
|
||||
crypto = { path = "../../libraries/crypto", features = ['std'] }
|
||||
rng256 = { path = "../../libraries/rng256", features = ['std'] }
|
||||
sk-cbor = { path = "../../libraries/cbor" }
|
||||
ctap2 = { path = "../..", features = ["fuzz"] }
|
||||
lang_items = { path = "../../third_party/lang-items", features = ['std'] }
|
||||
|
||||
Reference in New Issue
Block a user