• A
    Optimize SPARC T4 MONTMUL support. · 4ddacd99
    Andy Polyakov 提交于
    Improve RSA sing performance by 20-30% by:
    - switching from floating-point to integer conditional moves;
    - daisy-chaining sqr-sqr-sqr-sqr-sqr-mul sequences;
    - using MONTMUL even during powers table setup;
    4ddacd99
bn_exp.c 35.0 KB