specify selective disclosure and anchor policy
Some checks failed
CI / fmt, clippy, docs (push) Failing after 5s
CI / test (ubuntu-latest) (push) Failing after 5s
CI / iroh integration smoke tests (push) Failing after 5s
CodeQL / Analyze Rust (push) Failing after 4s
Security / RustSec cargo-audit (push) Failing after 5s
CI / test (macos-latest) (push) Has been cancelled
CI / test (windows-latest) (push) Has been cancelled
Some checks failed
CI / fmt, clippy, docs (push) Failing after 5s
CI / test (ubuntu-latest) (push) Failing after 5s
CI / iroh integration smoke tests (push) Failing after 5s
CodeQL / Analyze Rust (push) Failing after 4s
Security / RustSec cargo-audit (push) Failing after 5s
CI / test (macos-latest) (push) Has been cancelled
CI / test (windows-latest) (push) Has been cancelled
This commit is contained in:
parent
492a37c020
commit
76eb785ee2
11 changed files with 834 additions and 387 deletions
|
|
@ -750,7 +750,10 @@ pub enum ControlResponse {
|
|||
devices: usize,
|
||||
disclosed_profiles: usize,
|
||||
incomplete_profiles: usize,
|
||||
anchor_threshold: u16,
|
||||
anchor_attester_threshold: u16,
|
||||
anchor_backend_threshold: u16,
|
||||
required_anchor_backends: usize,
|
||||
required_anchor_classes: usize,
|
||||
note: String,
|
||||
},
|
||||
KeychainExplained {
|
||||
|
|
|
|||
Loading…
Reference in a new issue