mirror of
https://github.com/tlsnotary/tlsn.git
synced 2026-01-09 14:48:13 -05:00
* fix: add new Cargo.toml * (alpha.8) - Refactor key-exchange crate (#685) * refactor(key-exchange): adapt key-exchange to new vm * fix: fix feature flags * simplify * delete old msg module * clean up error --------- Co-authored-by: sinu <65924192+sinui0@users.noreply.github.com> * (alpha.8) - Refactor prf crate (#684) * refactor(prf): adapt prf to new mpz vm Co-authored-by: sinu <65924192+sinui0@users.noreply.github.com> * refactor: remove preprocessing bench * fix: fix feature flags * clean up attributes --------- Co-authored-by: sinu <65924192+sinui0@users.noreply.github.com> * refactor: key exchange interface (#688) * refactor: prf interface (#689) * (alpha.8) - Create cipher crate (#683) * feat(cipher): add cipher crate, replacing stream/block cipher and aead * delete old config module * remove mpz generics --------- Co-authored-by: sinu <65924192+sinui0@users.noreply.github.com> * refactor(core): decouple encoder from mpz (#692) * WIP: Adding new encoding logic... * feat: add new encoder * add feedback * rename conversions * feat: DEAP VM (#690) * feat: DEAP VM * use rangeset, add desync guard * move MPC execution up in finalization * refactor: MPC-TLS (#693) * refactor: MPC-TLS Co-authored-by: th4s <th4s@metavoid.xyz> * output key references * bump deps --------- Co-authored-by: th4s <th4s@metavoid.xyz> * refactor: prover + verifier (#696) * refactor: wasm crates (#697) * chore: appease clippy (#699) * chore: rustfmt * chore: appease clippy more * chore: more rustfmt! * chore: clippy is stubborn * chore: rustfmt sorting change is annoying! * fix: remove wasm bundling hack * fix: aes ctr test * chore: clippy * fix: flush client when sending close notify * fix: failing tests --------- Co-authored-by: th4s <th4s@metavoid.xyz>