Re: Problem with BN_GF2m_mod_mul

2007-11-10 Thread Roman Selin
Folks, could anyone at least run the code below, to check if they can recreate the problem ? Thanks in advance, Roman OS: Linux (SUSE 10.2 32-bit) OpenSSL: 0.9.8g Hi, when I'm trying to peform multiplication using code below, BN_GF2m_mod_mul() hangs and CPU usage goes to 100%. Do I miss some

Problem with BN_GF2m_mod_mul

2007-11-04 Thread Roman Selin
OS: Linux (SUSE 10.2 32-bit) OpenSSL: 0.9.8g Hi, when I'm trying to peform multiplication using code below, BN_GF2m_mod_mul() hangs and CPU usage goes to 100%. Do I miss something obvious ? Parameters are validated using NTL library. Thanks for any help, Roman /***