diff options
Diffstat (limited to 'beecrypt/mp32.c')
-rw-r--r-- | beecrypt/mp32.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/beecrypt/mp32.c b/beecrypt/mp32.c index 8e8a6a64f..d63e6c5e9 100644 --- a/beecrypt/mp32.c +++ b/beecrypt/mp32.c @@ -912,6 +912,8 @@ void mp32rshift(register uint32 xsize, register uint32* xdata, uint32 count) } #endif +/* try an alternate version here, with descending sizes */ +/* also integrate lszcnt and rshift properly into one function */ #ifndef ASM_MP32GCD_W /** * mp32gcd_w |