summaryrefslogtreecommitdiff
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2016-01-04bignum: Don't allow empty numbers/strings to passdaurnimator1-5/+5
2016-01-04bignum: validate hex and decimal strings before feeding to openssldaurnimator1-2/+11
2016-01-04bignum: handle negative hex numbersdaurnimator1-2/+11
2016-01-04bignum: Add fromBinary constructordaurnimator1-0/+12
2016-01-04bignum.new: Allow initialisation from hex stringsdaurnimator1-5/+10
2016-01-03Fix incorrect type check in ssl:{set,get,clear}Optionsdaurnimator1-3/+3
2016-01-03bignum: Add generatePrime as new constructordaurnimator1-3/+26
2016-01-03bignum: Add :isPrimedaurnimator1-15/+30
2016-01-03bignum: bugfix: unm shouldn't modify it's operandsdaurnimator1-1/+2
2016-01-03bignum: Bind sqr, nnmod and gcddaurnimator1-0/+39
2016-01-03bignum: Use openssl function namesdaurnimator1-12/+12
2015-12-21update debian changelogrel-20151221William Ahern1-0/+8
2015-12-21for now, don't be so harsh and break any existing codeWilliam Ahern1-0/+1
2015-12-21bignum: Move div operator to idiv operator (breaks API)daurnimator1-8/+8
2015-12-21bignum: Add tohex functiondaurnimator1-0/+30
2015-12-21bignum: Rename tostring function to todec. Expose as ":todec" methoddaurnimator1-4/+5
2015-12-21bignum: Add shl (lshift), shr (rshift) functionsdaurnimator1-0/+34
2015-12-21bignum: exposing existing math operators as methodsdaurnimator1-0/+6
2015-12-18Give auxL_getref NOTUSED attributedaurnimator1-1/+1
2015-12-18remove trailing whitespacedaurnimator1-12/+12
2015-12-18removed unused warning across #ifdaurnimator1-0/+1
2015-12-18update debian changelogWilliam Ahern1-0/+8
2015-12-18fix Solaris buildWilliam Ahern1-0/+4
2015-12-18remove unused variables in xn__nextdaurnimator1-2/+1