Files
OpenCellular/firmware/lib/cryptolib
Bill Richardson 317e25c663 Use CHROMEOS_EC macro to cut down compiled size.
This macro is only defined by the EC firmware build process, and is used to
cut down the amount of compiled code. A future CL will refactor the library
to make this unnecessary.

BUG=chrome-os-partner:7459
TEST=manual

  make
  make runtests

Change-Id: I41d0b4b282ec7147e8d6f508531af32e74f2d19e
Reviewed-on: https://gerrit.chromium.org/gerrit/22313
Commit-Ready: Bill Richardson <wfrichar@chromium.org>
Reviewed-by: Bill Richardson <wfrichar@chromium.org>
Tested-by: Bill Richardson <wfrichar@chromium.org>
2012-05-09 20:52:01 -07:00
..
2011-09-01 09:04:46 -07:00
2010-06-21 16:33:26 -07:00

This contains the implementation for the crypto library. This includes
implementations for SHA1, SHA256, SHA512, and RSA signature verification
(for PKCS #1 v1.5 signatures).