Andy Polyakov 3ff08e1dde ecp_nistz256 update.
Facilitate switch to custom scatter-gather routines. This modification
does not change algorithms, only makes it possible to implement
alternative. This is achieved by a) moving precompute table to assembly
(perlasm parses ecp_nistz256_table.c and is free to rearrange data to
match gathering algorithm); b) adhering to explicit scatter subroutine
(which for now is simply a memcpy). First implementations that will use
this option are 32-bit assembly implementations, ARMv4 and x86, where
equivalent of current read-whole-table-select-single-value algorithm
is too time-consuming. [On side note, switching to scatter-gather on
x86_64 would allow to improve server-side ECDSA performance by ~5%].

Reviewed-by: Bodo Moeller <bodo@openssl.org>
2014-10-23 16:08:44 +02:00
..
2014-10-23 16:08:44 +02:00
2014-03-12 14:29:43 +00:00
2011-02-14 16:55:28 +00:00
2011-10-26 16:43:34 +00:00
2014-08-29 21:42:54 +01:00
2011-03-10 01:00:30 +00:00
2002-06-06 10:33:05 +00:00
2011-10-19 08:59:53 +00:00
2011-10-19 08:59:53 +00:00
2011-10-19 08:59:53 +00:00
2014-10-23 16:08:44 +02:00