The C version of bn_sub_part_words is needed not only

in NO_ASM configurations
This commit is contained in:
Bodo Möller 2000-12-15 10:54:03 +00:00
parent 09f4bd2a39
commit 137e601277

View File

@ -66,7 +66,7 @@
#include "cryptlib.h" #include "cryptlib.h"
#include "bn_lcl.h" #include "bn_lcl.h"
#if defined(NO_ASM) #if defined(NO_ASM) || !defined(__i386) /* Assembler implementation exists only for x86 */
/* Here follows specialised variants of bn_add_words() and /* Here follows specialised variants of bn_add_words() and
bn_sub_words(). They have the property performing operations on bn_sub_words(). They have the property performing operations on
arrays of different sizes. The sizes of those arrays is expressed through arrays of different sizes. The sizes of those arrays is expressed through