Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove declaration of unused static variable | Bernhard Rosenkraenzer | 2014-05-12 | 1 | -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 SHA256 | Kenny Root | 2013-10-09 | 1 | -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 |