- Added (false) Nisynch, Niagree claims.
- Shortened the names.
This commit is contained in:
parent
c717262e20
commit
884db51a4b
@ -18,6 +18,8 @@ protocol spliceAS(C,AS,S)
|
|||||||
read_6(S,C, S, C, {S, N2}pk(C) );
|
read_6(S,C, S, C, {S, N2}pk(C) );
|
||||||
|
|
||||||
claim_7(C, Secret, N2);
|
claim_7(C, Secret, N2);
|
||||||
|
claim_9(C, Niagree);
|
||||||
|
claim_10(C, Nisynch);
|
||||||
}
|
}
|
||||||
|
|
||||||
role AS
|
role AS
|
||||||
@ -46,10 +48,12 @@ protocol spliceAS(C,AS,S)
|
|||||||
send_6(S,C, S, C, {S, N2}pk(C) );
|
send_6(S,C, S, C, {S, N2}pk(C) );
|
||||||
|
|
||||||
claim_8(S, Secret, N2);
|
claim_8(S, Secret, N2);
|
||||||
|
claim_11(S, Niagree);
|
||||||
|
claim_12(S, Nisynch);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
const Alice,Bob,Eve: Agent;
|
const A,B,Eve: Agent;
|
||||||
|
|
||||||
untrusted Eve;
|
untrusted Eve;
|
||||||
const ne: Nonce;
|
const ne: Nonce;
|
||||||
|
Loading…
Reference in New Issue
Block a user