summaryrefslogtreecommitdiffstats
path: root/crypto/bn/asm/mips3.s
AgeCommit message (Collapse)Author
2001-06-22This fixes "Spurious test failures on IRIX?" reported in April. ApparentlyAndy Polyakov
I was wrong in conclusions about when addition starts overflowing in combaX routines.
2001-03-27The IRIX fix. Asm recap and corresponding declation.Andy Polyakov
Submitted by: Reviewed by: PR:
1999-08-24Minor MIPS III/IV tune-up.Andy Polyakov
1999-07-30Bignum division tune-up. Idea is to move multiplications in front ofAndy Polyakov
loop body and replace 'em with addition/subtraction.
1999-07-20MIPS III/IV assembler module is reimplemented.Andy Polyakov
1999-07-20crypto/bn/asm/mips3.s is obsolete. I'm moving it to crypto/bn/asm/obsoleteAndy Polyakov
in order to replace it with a new version.
1998-12-21Import of old SSLeay release: SSLeay 0.9.1b (unreleased)SSLeayRalf S. Engelschall