Arthur Greef

Results 16 comments of Arthur Greef

Hi - does anyone know of a github project where the bulletproofs library has been used in a Java/Scala project? I'm looking for examples so I can figure out how...

Hi - can you recommend another rust library for R1CS ZK proofs that we can use until yoloproofs is stable? Just thought I'd ask the experts. Thanks.

Thanks. I think stable to me meant no security vulnerabilities. I'm not concerned about API changes. I'll start using the library right now if there is no concern about the...

We would like to use a RSA Accumulator to implement a scaleable contract to track tokenized assets in supply chains. For this we need modular math operations such as mod...

Regarding comment #2. Do you have an idea or a reference that can help us understand how we transfer bullet proofs so that they cannot be used to trace the...

OK we'll have to dig into something like zCash commitments and nullifiers to prevent transaction tracing. Thanks.

Hi - my use case for this feature is attempting to use serde to serialize/deserialize constants in the [Neptune](https://github.com/filecoin-project/neptune/blob/master/src/poseidon.rs#:~:text=%7D-,//%20Dummy%20implementation%20to%20allow%20for%20an%20%22optional%22%20argument.,%7D,-impl_arity!) library. I get the following error: ```rust the trait `Serialize` is...

Here is another simple GptVision class using the Azure OpenAI client in case it helps. ```python import base64 import json import re from dsp import LM from dsp.modules.azure_openai import AzureOpenAI,...

I apologize of my report indicated that this worked on a previous version. I have not used previous versions of guidance so I cannot confirm if this did or did...