mirror of
https://github.com/tlsnotary/tlsn.git
synced 2026-01-09 14:48:13 -05:00
* feat(mpc-tls): prove server mac key * remove stray dep * move mac key into `SessionKeys` * fix key translation * remove dangling dep * move ghash mod to tlsn-common * fix clippy lints * treat all recv recs as unauthenticated * detach zkvm first, then prove * decrypt with aes_gcm, decode mac key only in zkvm * encapsulate into `fn verify_tags`; inline mod `zk_aes_ecb` * handle error * fix dangling and clippy * bump Cargo.lock