Weikeng Chen

Results 105 issues of Weikeng Chen

This solves #1298. Below I explain some changes that require attention. :warning: please refer to this reply https://github.com/risc0/risc0/pull/1303#issuecomment-1883513792 for the latest version. Below is obsolete. **FdWriter:** - I have to...

## Feature So far, the bigint syscall only exposes the remainder. There are situations when we want the quotient, which is closely related to ECDSA signature verification, as we want...

enhancement

## Bug Report We are looking to see if one can deploy RISC Zero prover as a [Ray remote function](https://docs.ray.io/en/latest/ray-core/tips-for-first-time.html) so that one can run distributed proof generation directly over...

bug

## Bug Report So, when the developers' network conditions are mediocre (such as, in a hotel), using `cargo-risczero` to start a project from the template may fail due to network...

bug

## Feature The discussion is around latency. Let us assume that we have access to an infinite number of machines, but the goal is to be able to generate a...

enhancement

## Feature Not a lot of people try to compile from the source in Linux. At this moment, we can see the following warnings: ``` warning: cxx/step_verify_bytes.cpp: In function ‘risc0::Fp...

enhancement

## Feature Currently, the Bonsai API uses a single API key. This is the only secret. The authentication is done by including this key in the HTTPS request. Since it...

enhancement

We are going to see more "small" typo PRs in the coming months due to airdrop expectation, though to my belief, RISC Zero never mentions having a token. It is...

## Description As #802 pointed out, there are situations when the GLV decomposition does not work as expected---for BN254, it decomposes a randomly chosen scalar into 128-bit k1 and 191-bit...

I tested on BN254 with Fr = 14226294082152339227274917010873249985458047913852393750281719691125978796426, the algorithm decomposes it into two numbers, one is 128 bits, but the other one is 191 bits. The computation result is...