-
- Downloads
Merge branch 'master' into no_wfr
No related branches found
No related tags found
Showing
- .github/python_matcher.json 5 additions, 7 deletions.github/python_matcher.json
- .github/workflows/cargo_check.yml 14 additions, 2 deletions.github/workflows/cargo_check.yml
- .github/workflows/opensk_test.yml 24 additions, 0 deletions.github/workflows/opensk_test.yml
- Cargo.toml 1 addition, 0 deletionsCargo.toml
- README.md 4 additions, 0 deletionsREADME.md
- deploy.py 9 additions, 0 deletionsdeploy.py
- run_desktop_tests.sh 13 additions, 0 deletionsrun_desktop_tests.sh
- src/ctap/command.rs 29 additions, 29 deletionssrc/ctap/command.rs
- src/ctap/data_formats.rs 150 additions, 11 deletionssrc/ctap/data_formats.rs
- src/ctap/mod.rs 41 additions, 21 deletionssrc/ctap/mod.rs
- src/ctap/response.rs 109 additions, 9 deletionssrc/ctap/response.rs
... | @@ -25,6 +25,7 @@ std = ["cbor/std", "crypto/std", "crypto/derive_debug"] | ... | @@ -25,6 +25,7 @@ std = ["cbor/std", "crypto/std", "crypto/derive_debug"] |
ram_storage = [] | ram_storage = [] | ||
verbose = ["debug_ctap"] | verbose = ["debug_ctap"] | ||
with_ctap1 = ["crypto/with_ctap1"] | with_ctap1 = ["crypto/with_ctap1"] | ||
with_ctap2_1 = [] | |||
[dev-dependencies] | [dev-dependencies] | ||
elf2tab = "0.4.0" | elf2tab = "0.4.0" | ||
... | ... |
Please sign in to comment