vaibhav
vaibhav
@Shaikh-Ubaid @czgdp1807 Can you please review this PR?
Thanks for the reply! @pquentin > We need to keep the existing APIs. In other words, we need request() to return an HTTP2Response. When created, this response class can take...
@sethmlarson I was wondering about how the multiplexing for HTTP/2 will look like in your design? Is it something like, one TCP connection/Socket is associated with multiple HTTP2Connection object. Also,...
I am working on `BigInt` and `PrimeField` at the moment.
> removing PrimeField as GaloisField for prime P accomplishes the same thing? You mean`GaloisField`? But doesn't `GaloisField` use `PrimeField` itself? ``` pub struct GaloisField { pub(crate) coeffs: [PrimeField; N], }...
@lonerapier I will appreciate your thoughts and suggestions on this as well!
@Autoparallel sorry for the delay! Will wrap this up over the weekend.
> I can't replicate the failing test locally. Maybe an issue with toolchain? Maybe rerun the tests, `weil_from_test_pairing` test occasionally fails for me as well, not sure why though.
@Autoparallel Suppose if we fixed the code snippets in the book, I was wondering how are we supposed to make them work on the web, since mdbook sends the code...
I was thinking of implementing this paper (https://eprint.iacr.org/2013/340.pdf). This scheme is conceptually simple to understand. I think it will be a good starting point.