• Adam Langley's avatar
    crypto/elliptic: add constant-time P224. · 247799ce
    Adam Langley authored
    (Sending to r because of the API change.)
    
    This change alters the API for crypto/elliptic to permit different
    implementations in the future. This will allow us to add faster,
    constant-time implementations of the standard curves without any more
    API changes.
    
    As a demonstration, it also adds a constant-time implementation of
    P224. Since it's only 32-bit, it's actually only about 40% the speed
    of the generic code on a 64-bit system.
    
    R=r, rsc
    CC=golang-dev
    https://golang.org/cl/5528088
    247799ce
Name
Last commit
Last update
doc Loading commit data...
include Loading commit data...
lib Loading commit data...
misc Loading commit data...
src Loading commit data...
test Loading commit data...
.hgignore Loading commit data...
.hgtags Loading commit data...
AUTHORS Loading commit data...
CONTRIBUTORS Loading commit data...
LICENSE Loading commit data...
PATENTS Loading commit data...
README Loading commit data...
favicon.ico Loading commit data...
robots.txt Loading commit data...