Skip to content
Snippets Groups Projects
Commit 7a2dc599 authored by Niels Möller's avatar Niels Möller
Browse files

*** empty log message ***

Rev: nettle/ChangeLog:1.130
parent 49da2d43
No related branches found
No related tags found
No related merge requests found
2011-02-06 Niels Mller <nisse@lysator.liu.se>
* gcm.c (gcm_rightshift): Complete rewrite, to use word rather
than byte operations. Improves gmac performance from 830 cycles /
byte to (still poor) 268 cycles per byte on intel x86_64.
(gcm_gf_mul): Rewrote. Still uses the bitwise algorithm from the
specification, but with separate byte and bit loops. Improves gmac
performance a bit further, to 227 cycles/byte.
2011-02-05 Niels Mller <nisse@lysator.liu.se> 2011-02-05 Niels Mller <nisse@lysator.liu.se>
* examples/nettle-benchmark.c (time_gmac): New function. * examples/nettle-benchmark.c (time_gmac): New function.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment