OLD | NEW |
1 The original code is the Network Security Services (NSS), licensed under | 1 The original code is the Network Security Services (NSS), licensed under |
2 the MPL/GPL/LGPL tri-license (http://www.mozilla.org/MPL/). | 2 the MPL/GPL/LGPL tri-license (http://www.mozilla.org/MPL/). |
3 | 3 |
4 We extracted the SHA-256 source files, eliminated unneeded dependencies, | 4 We extracted the SHA-256 source files, eliminated unneeded dependencies, |
5 deleted or commented out unused code, and tweaked them for Chrome's source | 5 deleted or commented out unused code, and tweaked them for Chrome's source |
6 tree. sha512.c is renamed sha512.cc so that it can include Chrome's C++ | 6 tree. sha512.c is renamed sha512.cc so that it can include Chrome's C++ |
7 header "base/basictypes.h". We define NOUNROLL256 to reduce the object code | 7 header "base/basictypes.h". We define NOUNROLL256 to reduce the object code |
8 size. | 8 size. |
OLD | NEW |