sinu.eth
sinu.eth
Our StandardCrypto impl we use for testing in the tls-client needs to support TLS1.3 as well as the ExtendedMasterSecret extension
This PR is to come to consensus on the various terms used when describing the TLSNotary protocol. I have created a file called `GLOSSARY.md` in the repo root. Please review...
We've agreed to update nomenclature in documentation as follows: 1. Client -> Prover 2. Server -> Web Server 3. Notary 4. Verifier
I've wondered whether a design space exists for optimizing circuits to maximize XOR gates, or rather, minimize AND gates. From what I can gather, most of the circuits out there...
Presently our generator implementation processes gates sequentially. I believe there is an opportunity to parallelize this processing by batching the gates into "levels" which do not have wire interdependencies. The...
Let's benchmark Salsa vs AES (or any other candidate ciphers) executed in WASM to see which performs better when HW acceleration is not available. AES implementation: https://github.com/RustCrypto/block-ciphers/blob/master/aes/src/soft.rs
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 should track the connection online time in our benchmarks.
Proving server payloads larger than ~114KB causes the prover to drop data, excluding it from the transcript.