summaryrefslogtreecommitdiffstats
path: root/libmincrypt/p256.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove declaration of unused static variableBernhard Rosenkraenzer2014-05-121-2/+0
| | | | | | | | The declaration is useless and triggers a warning with clang 3.5 (in code that's built with -Werror) Change-Id: I8fc42178df264509dcce6e1f1ba318bf849307e3 Signed-off-by: Bernhard Rosenkraenzer <Bernhard.Rosenkranzer@linaro.org>
* Add support for ECDSA P-256 with SHA256Kenny Root2013-10-091-0/+375
This adds a small EC library that is capable of verifying a signature of SHA256 with ECDSA on the NIST P-256 curve. Change-Id: I2a16639c92a77e8e4783c47ffbc56676de56eb59