---
Author Name: **Wilson Snyder** (@wsnyder)
Original Redmine Message: 835 from https://www.veripool.org
---
This thread is to discuss how to proceed with development of multithreaded/multicore…
In class ShrinkingGeneratorCipher, function `__call__` the initialization and update of the initial states is buggy. Namely in the peace of code
```
g1 = e1.connection_polynomial()
n1 = g1.degree()…