Adam Budziak

Results 2 issues of Adam Budziak

While playing around with charm crypto, I tried this: ```python >>> group = IntegerGroup() >>> group.paramgen(10) >>> g = group.randomGen() >>> g 469 mod 863 >>> group.decode(g) b'\x89' >>> g...

During compilation with make (directly from sources here on master) i get the following compilation error: ``` charm/core/math/integer/integermodule.c:130:6: error: dereferencing pointer to incomplete type ‘BIGNUM’ {aka ‘struct bignum_st’} if(p->neg !=...