Davide Galassi

Results 56 comments of Davide Galassi

Some benches over the same 3x4K input https://github.com/davxy/crypto-benches/tree/main/hash#blake3 https://github.com/davxy/crypto-benches/tree/main/hash#blake2

> Small question, in the benches, does blake2-rfc run with simd activated? @cheme https://github.com/paritytech/substrate/pull/12266#discussion_r971932584

All you've said is correct. Indeed the warp synced node has the data as it should be and the epoch index that it uses is correct. After importing the state...

> index as the non warp synced node has in its epoch changes? Can you maybe write down for someone like me what kind of epoch indexes both nodes Lets...

@bkchr don't know if you already read the comment. But I just changed a couple of things to make it more clear.

I've implemented a `clone_for_slot` method for the Epoch struct. This method clones all the epoch information and adjust all the fields depending on the slot value. Even though the full...

> Is it also possible to get a test for this? :D Some unit test should be enough. You are right. Is worth it

(Maybe) dumb questions: 1. why the upstream version doesn't satisfy our use case? What patches were applied to the upstream? If I understood correctly some computational intesive tasks are offloaded...

@achimcc I'm very interested since I'm working on sassafras implementation :-) 1. The "prove" component will always run in native client code in order to produce ring membership proofs (to...

[@burdges ](https://github.com/burdges) why we don't want a full native verify?