drskalman
drskalman
As per provided example the amount of shaving happening here: https://github.com/arkworks-rs/algebra/blob/bf1e24211df2be1ee317e382aa128281766e9c1f/ff/src/fields/models/fp/mod.rs#L209 isn't enough to reliably turn a random byte array less than the prime field modulus. One either needs to...
We have situations that we have recovered some data and parity shards but we are only interested in recovering a specific subset of the shards instead of the whole encoding...
This a reference issue to keep track of the progress on remaining issues on gitlab resulting from Kagome GRANDPA implementation. Clarification has been provided to these issues: proposing. - [...
This is parallel to Issue 17 on gitlab which is marked "Ready for review".
While finality section is broken into two files. One is called finality.adoc and one is block_finalization.adoc which is very confusing. And then catchup is in which argubaly has nothing to...
Polkadot is using ed25519-zebra https://github.com/zcash/zips/blob/master/zip-0215.rst instead of the version specified in the original RFC so the spec need to be updated accordingly. we also need to tell the implementors to...
# Spec related changes - [ ] General intro to Polkadot Spec: What is it all about. - [ ] General intro to Spec team and its work. - [...
Many functions has changed name and parameters has been changed and so the high level spec of the module in K also deserve to be upgraded, least it gives an...
Review and compare the VRF implementation of the BABE VRF in gossamer vs Schnorrkel.
We need to make a wasm blob which repeat an operation in a function inside the wasm and 2. calling out side the blob and compare the timing this is...