Commit graph

2 commits

Author SHA1 Message Date
taca
2496839a78 Update pear-Math_BigInteger to 1.0.2.
pkgsrc change: LICESE has changed to mit.

1,0.2:
- (internal, bcmath) use OpenSSL, if available, for modular exponentiation
- (internal) use 64-bit ints, if available, and 64-bit floats, otherwise
- (all) improve random number generation
- change license to less restrictive MIT license
1.0.1:

- (internal, bcmath) use OpenSSL, if available, for modular exponentiation
- (internal) use 64-bit ints, if available, and 64-bit floats, otherwise
- (all) improve random number generation
- change license to less restrictive MIT license
2015-08-30 08:59:04 +00:00
taca
9e11c5e6b5 Add pear-Math_BigInteger version 1.0.0.
Math_BigInteger provices support of base-2, base-10, base-16, and base-256
numbers.  Uses the GMP or BCMath extensions, if available, and an internal
implementation, otherwise.
2013-03-16 04:04:30 +00:00