Pascal Berrang

Results 8 issues of Pascal Berrang

Adds SRI tags (computed during the gulp process) to the dynamically included script tags.

It would be preferable to not bundle all possible backends into one package. Instead, a main package for the core functionality and separate backend-plugins could be used. This can for...

IndexedDB naturally extracts secondary index keys *after* encoding. LMDB, LevelDB and in-memory databases extract secondary index keys *before* encoding.

I've noticed that `to_field_elements()` will always return an affine representation of the point: https://github.com/arkworks-rs/algebra/blob/d9da220002b51769ece9ee68039b6f699f051043/ec/src/models/short_weierstrass/group.rs#L633 However, this is in contrast to how I can allocate a curve point. `AllocVar` is only...

## What's in this pull request? Replaces `argon2d` with `argon2id` while remaining backwards compatible with existing wallets. `argon2id` has additional side-channel protection. ## Pull request checklist - [x] All tests...

enhancement

For the devnet, we simply create the ZKP keys from a fixed, public seed. **It should be noted that this is insecure (but ok for the devnet)!** For the mainnet,...

missing implementation

Since the different sub-proofs of the PK Tree can be generated independently, there is potential for parallelization across multiple prover nodes. This would require some coordination between the prover nodes,...

enhancement

This PR adds a new APA method that allows to automatically decay unspent points after the decay period for these points has passed. Points are spent in a first in...