Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(152)

Side by Side Diff: crypto/third_party/curve25519-donna/README.chromium

Issue 12457004: Curve25519-donna changes. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 7 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 Name: curve25519-donna
2 URL: https://github.com/agl/curve25519-donna
3 License: MPL 1.1/GPL 2.0/LGPL 2.1
wtc 2013/03/06 00:55:58 The license is the BSD license.
ramant (doing other things) 2013/03/06 19:01:05 Done.
4
5 We extracted the curve25519-donna.c source file, and tweaked it for Chrome's
6 source tree. curve25519-donna.c is renamed curve25519-donna.cc so that it can
7 include Chrome's C++ header "base/basictypes.h". Used basic types from
8 "basictypes.h" instead of "stdint.h"
wtc 2013/03/06 00:55:58 I highly recommend we keep curve25519-donna.c as a
ramant (doing other things) 2013/03/06 19:01:05 Done.
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698