diff options
Diffstat (limited to 'base/third_party/nss/README.google')
-rw-r--r-- | base/third_party/nss/README.google | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/base/third_party/nss/README.google b/base/third_party/nss/README.google new file mode 100644 index 0000000..7106351 --- /dev/null +++ b/base/third_party/nss/README.google @@ -0,0 +1,8 @@ +The original code is the Network Security Services (NSS), licensed under +the MPL/GPL/LGPL tri-license (http://www.mozilla.org/MPL/). + +We extracted the SHA-256 source files, eliminated unneeded dependencies, +deleted or commented out unused code, and tweaked them for Chrome's source +tree. sha512.c is renamed sha512.cc so that it can include Chrome's C++ +header "base/basictypes.h". We define NOUNROLL256 to reduce the object code +size. |