OLD | NEW |
---|---|
(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.
| |
OLD | NEW |