Chromium Code Reviews| Index: crypto/third_party/curve25519-donna/README.chromium |
| =================================================================== |
| --- crypto/third_party/curve25519-donna/README.chromium (revision 0) |
| +++ crypto/third_party/curve25519-donna/README.chromium (revision 0) |
| @@ -0,0 +1,8 @@ |
| +Name: curve25519-donna |
| +URL: https://github.com/agl/curve25519-donna |
| +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.
|
| + |
| +We extracted the curve25519-donna.c source file, and tweaked it for Chrome's |
| +source tree. curve25519-donna.c is renamed curve25519-donna.cc so that it can |
| +include Chrome's C++ header "base/basictypes.h". Used basic types from |
| +"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.
|