Closed veryrusty closed 7 years ago
The intent is: be backwards compatible with previous Math::BigInt versions
The blcm
part was a trouble with test. But _fac
part was a bug.
cc @pjacklam - I had to change _fac
from Math::BigInt::Lib like this: 63c591cedfd3 I am not sure if the same patch should be applied to Math::BigInt::Lib as well.
Anyway CryptX-0.044 is on its way to CPAN.
cpantesters reports for v0.044 are all green http://matrix.cpantesters.org/?dist=CryptX+0.044
closing
Thanks for the quick response @karel-m
Got the following test fails in CryptX v0.043 against an older Math::BigInt version (1.999715).
As there's no dependency specified on Math::BigInt, should the changes in #26 be backwards compatible with previous Math::BigInt versions ?