Henry de Valence
Henry de Valence
Some output for Fr: https://gist.github.com/hdevalence/3b3c9f9574565b1eaf78cedd888081c7
For the contexts we care about -- the Cortex-M3 on a Ledger, and wasm in the browser -- we do have a 64-bit multiplier, so we can use 32-bit limbs...
I did the first part -- generating code with `fiat-crypto` -- in https://github.com/penumbra-zone/decaf377/pull/64 I think a good next step would be to work on filling in arkworks compatibility, making it...
Is the limitation that the genesis file can't be larger than 4MB, or that the resulting CompactBlock can't be larger than 4MB?
Let's pause work on this until having a better spec of what should be done, it's relatively less important than other changes we should be focusing on right now (getting...
Let's keep it in the backlog for now
Another possibility is that we could file an issue upstream, and then keep the commit around to pull up again if it gets resolved -- the new code is certainly...
Rather than watching the notes table and returning notes, maybe it would be more generally useful to watch the transactions table and return `TransactionInfo`?
We can defer this to V2, I think.
As noted in https://github.com/ZcashFoundation/ed25519-zebra/issues/1#issuecomment-577828890 it seems unlikely that the implementation requires that public keys have exact order `l`; is it possible that what was meant was that public keys have...