Content
@
0 reply
0 recast
0 reaction
EulerLagrange.eth
@eulerlagrange.eth
I saw someone post about running TLSNotary on EigenLayer AVS. This does not work in the general case. EL requires defined rules to slash stake for trust to propagate to the AVS. If you verify a proof by committee, the user can change the truth in b/w generating a proof from the committee.
1 reply
0 recast
5 reactions
EulerLagrange.eth
@eulerlagrange.eth
Say I want to generate a proof of bank balance. A committee of 10 nodes is selected. After the 6th session, I make a debit card tx to change the balance. The last 4 will then be slashed, even though they did nothing wrong. This architecture only works for a subset of https requests.
2 replies
0 recast
1 reaction
Savio
@savio
Must the sessions be sequential? Can it assumes an honest majority and take the form of: 1. Threshold TLS key generated by 10 nodes 2. The nodes simultaneously perform the TLS check 3. The nodes vote "Yes" / "No" 4. Majority vote == TLSNotary verification result
1 reply
0 recast
1 reaction
EulerLagrange.eth
@eulerlagrange.eth
SSL/TLS isn’t like ecdsa. You can’t do a threshold version of it. The only EC part of ssl/tls is the diffie-Hellman key exchange to get a shared secret. From the secret you derive a symmetric key like AES/ChaCha20.
1 reply
0 recast
1 reaction