Hi,

I am not getting the right answer by squaring two numbers with bn_sqr_words.
This function is just squaring each word respectively and is ignoring the
 double terms.
 
 It does (a0+a1+a2+...)*(a0+a1+a2+...) = a0^2+a1^2+a2^2...
 
 I don't think we are assuming anywhere that we are working in a finite
  field with characteristic 2?
  
  Please help.
  
  --Mehmet
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to