mohab

Results 8 issues of mohab

added extra long factorial solution, and started to add readme with documentation of algorithms, and hints on applications for challenging problems, willing to commit to it!

i divide up the text into two parts summary, and content, this can help in NLP processing specifically for summarizing transformers, for example the output of wikiextractor can be used...

isomorphism between multiplication and summation is required for independent aggregation of stake in the leader selection. it's not possible otherwise check the poof on /darkfi/architecture/blockchain.html.

enhancement
halo2
Blockchain

implement div operation for arithmetic_chip for darkfi-ouroboros lead selection implementation

halo2
Blockchain

implement staking pools, or democratic delegation

Blockchain

i tried, something like: #[pyclass] pub struct StructName(pub Whatever): #[pyclass] pub enum EnumName { VariantName(StructName), VariantName2(StructName), } I getting an error 'currently only support unit variants', is there a plan...