Using Horner's algorithm to evaluate the ec polynomial
authorGeoff Thorpe <geoff@openssl.org>
Fri, 16 Jul 2004 03:24:19 +0000 (03:24 +0000)
committerGeoff Thorpe <geoff@openssl.org>
Fri, 16 Jul 2004 03:24:19 +0000 (03:24 +0000)
commit7f5b4dd1e8596f7043a7da76b3e2f6675db8cd87
treec5a0286007cf0acbd9bd4e112caac3beb7618d23
parent5906e8d5fee7b97223f221200702fa1a30436e2d
Using Horner's algorithm to evaluate the ec polynomial
(suggested by Adam Young <ayoung@cigital.com>)

Submitted by: Nils Larsch
crypto/ec/ec2_smpl.c
crypto/ec/ecp_smpl.c