th4s
th4s
What I want is the behavior from `less -M`, but when I set `export BAT_PAGER="less -RFM"` in my .bashrc, bat somehow ignores the filename. This would be super handy if...
Currently our unit tests derive their seed from the machine's entropy pool. This leads to non-deterministic rng input for unit tests, which is bad because it leads to non-reproducible test...
PR #111 uses a new approach for computing the AES-GCM Ghash function in 2PC. We need to adapt the [old documentation](https://tlsnotary.github.io/docs-mdbook/protocol/2pc/mac.html).
At the moment it seems that KOS15 security is broken, c.f. https://eprint.iacr.org/2022/192 It has to be examined if we need to switch to a different OT extension protocol later. Further...
PR #102 introduced inheritance of workspace dependencies. The sub-crate `tls-client` currently cannot do this, because it is excluded from the workspace at the moment. Once it is no longer [excluded](https://github.com/tlsnotary/tlsn/blob/dev/Cargo.toml#L14),...
The [current implementation](https://github.com/tlsnotary/tlsn/blob/dev/mpc-core/src/ot/extension/kos15/receiver/mod.rs#L252-L302) (#86) fast-forwards the state of sender and receiver by splitting, if there is an offset. This requires to compute the complete KOS matrix. An improvement would instantiate...
For `FuturesOrdered` there is a comment that says the futures would run in parallel, which is misleading. This PR makes clear that futures for `FuturesOrdered` and `FuturesUnordered` run to completion...
Currently the app does not compile with the error message: `unknown feature proc_macro_span_shrink`. This PR sets the minimum version for the proc-macro2 crate to `1.0.66` so that the app compiles...
This PR adds an example which uses httpbin.
# Active Security Gilboa The goal of this write-up is to inspect different opportunities for improving the current implementation of the protocols - **point addition (PA)**: Compute additive shares of...