Benjamin Diamond
Benjamin Diamond
When sending a raw datagram using SAM, i.e. by calling [this function](https://bitbucket.org/kallevedin/sam3/src/71bd6ebcc15318036fb7b35ebd1374acca441e65/raw.go#lines-86), I get a segmentation fault. Backtrace: ```cpp Thread 14 "i2pd" received signal SIGSEGV, Segmentation fault. [Switching to Thread...
NOTE: this is different from https://github.com/tornadoweb/tornado/issues/2763. possibly related to https://github.com/tornadoweb/tornado/issues/2448, but also distinct. After starting a websocket server, I am getting ```python ERROR:asyncio:Task was destroyed but it is pending! task:...
- this is a first step towards addressing https://github.com/0xPolygonZero/plonky2/issues/850. note that `0x64fdd1a46201e246^(2^30) == 0x1000000000000` holds modulo p, as desired. we don't actually change the FFT in this PR; but this...
In short weierstrass curves, the member `curve.n` is missing `_move` from its prototype: ```javascript var BN = require('bn.js') var EC = require('elliptic') var curve = new EC.ec('secp256k1'); // e.g.---same problem...
There appears to be a bug when attempting to factor a _non-monic_ `polynomial< gf_element >` f over a finite field F_q. indeed: ```cpp #include #include #include int main(int argc, const...
Many (even combinational) circuits have efficient descriptions, but become impracticable when they have to be "flattened" or unrolled. This is discussed in detail in e.g. [[KMsB13]](https://www.cise.ufl.edu/~butler/pubs/sec13b.pdf) and [[SHSSK15]](https://encrypto.de/papers/SHSSK15.pdf). The [Bristol...
@xpl, this is great. I'm just wondering: is a tool like this available for calling within python, so that string representations like these could be generated from python dicts /...
take case where we have a bulletpoint, then a sub-bullet point, and then finally we continue adding to the _original_ (outer) bullet. e.g.: - outer bullet (a) - inner bullet...