Home | History | Annotate | only in /external/chromium/base/third_party/nss
Up to higher level directory
NameDateSize
blapi.h15-Nov-20114.7K
blapit.h15-Nov-20113.3K
README.chromium15-Nov-2011728
sha256.h15-Nov-20112K
sha512.cc15-Nov-201135.1K

README.chromium

      1 The original code is the Network Security Services (NSS), licensed under
      2 the MPL/GPL/LGPL tri-license (http://www.mozilla.org/MPL/).
      3 
      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
      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
      8 size.
      9 
     10 In blapi.h and sha512.cc, replaced uint32 by unsigned int so that they can
     11 be compiled with -DNO_NSPR_10_SUPPORT.  NO_NSPR_10_SUPPORT turns off the
     12 definition of the NSPR 1.0 types int8 - int64 and uint8 - uint64 to avoid
     13 conflict with the same-named types defined in "base/basictypes.h".
     14