Stefan

Results 18 comments of Stefan

PR here: https://github.com/Zokrates/ZoKrates/pull/301

yeah, I think this would be a nice instance for the examples section in the documentation. We should have all the primitives in ZoKrates now to re-implement the gadget.

another example: ``` field[2] infinity = [context[2], context[3]] field[2] doubledP = pt field[2] accumulatedP = infinity field[4] exponent = [1, 1, 0, 0] for field i in 0..4 do candidateP...

Same here. I am using WebDAV and I get Finder hangs after a couple of interactions with the vault already. What data is missing to further debug / reproduce this...

you need to select "View: Show Slidev"

is there any work-around for this besides creating an intermediate crate which depends on the actual crate? - that's very ugly. Especially for code targeting wasm this could be very...

Sounds good to me! - Thanks for addressing this.

yeah, I think we have to live with the fact that the current curve we have on Ethereum( bn128) works on a field with low 2-adicity. Hence the construction used...