-
Notifications
You must be signed in to change notification settings - Fork 7
CoRIM‐based Evidence Appraisal (take 2)
Thomas Fossati edited this page Oct 2, 2023
·
11 revisions
WARNING: work in progress
flowchart TD
P((appraisal policy</br>for evidence))
e((Evidence))
a((Attestation</br>Result))
cs((claims-set))
acs((accepted</br>claims-set))
acs_plusplus((accepted</br>claims-set))
subgraph CryptoVfy
Identity
AVK
end
subgraph RVMatch
RefVal
end
subgraph EVMatch
EndVal
CondEndVal
MECondEndVal
CondSeries
end
subgraph AppraisalStages
CryptoVfy
RVMatch
EVMatch
cs
acs
acs_plusplus
ARAssemblyAndSign
end
subgraph ARAssemblyAndSign
end
e --> CryptoVfy
CryptoVfy --> cs
cs --> RVMatch
RVMatch --> acs
acs --> EVMatch
EVMatch --> acs_plusplus
acs_plusplus --> ARAssemblyAndSign
ARAssemblyAndSign --> a
RFP --> R
E --> Ev
E --> Ei
P --> V
R --> V
RP --> e
A --> e
Ev --> V
Ei --> V
V --> a
e --> V
A -.-> RP
--------------------------------------------------------------------------------