tlsn icon indicating copy to clipboard operation
tlsn copied to clipboard

`tlsn-core` redesign

Open sinui0 opened this issue 11 months ago • 0 comments

This PR redesigns tlsn-core with the following objectives in mind:

  1. Update data structures to support additional commitment types such as simple hashes of the plaintext generated from authdecode #423
    • We can add the poseidon hash algorithm in a follow up PR.
  2. Encapsulate encoding commitment functionality
  3. Fix inconsistent usage of hashing algorithms across the codebase
  4. Support smart contracts verifiers
    • Keccak-256
    • Canonical serialization format which can be easily implemented in Solidity
  5. Support arbitrary extra data fields bound to the attestation #342

sinui0 avatar Mar 26 '24 04:03 sinui0