aboutsummaryrefslogtreecommitdiffstats
path: root/tests/test_sha256.c
Commit message (Collapse)AuthorAgeFilesLines
* Updating micro-ecc to more current algorithms to improve performance of the ↵Constanza Heath2017-06-301-102/+107
| | | | | | generation of shared secrets Signed-off-by: Constanza Heath <[email protected]>
* Adding ECC_DH, ECC_DSA, ECC_UTILS, and CMAC test cases. Adjusting ↵Constanza Heath2016-04-181-64/+80
| | | | | | namespacing to clarify when TC_ is for TinyCrypt vs Test Case. Signed-off-by: Constanza Heath <[email protected]>
* Updating TinyCrypt v2 primitives to add ECC, CCM, and CMAC.Constanza Heath2016-02-161-1/+1
| | | | Signed-off-by: Constanza Heath <[email protected]>
* Fix whitespace and consistency in test cases format, add macros for easy ↵Constanza Heath2015-10-061-280/+418
| | | | | | mapping of print functions to other projects Signed-off-by: Constanza Heath <[email protected]>
* Add preface of tc_ to public functions, structs, and macrosConstanza Heath2015-08-281-56/+56
| | | | Signed-off-by: Constanza Heath <[email protected]>
* Add space to line1 of all files, remove punctuation, add space on line2, ↵Constanza Heath2015-08-281-1/+2
| | | | | | remove ws from license Signed-off-by: Constanza Heath <[email protected]>
* Add filename and description comment to top of filesConstanza Heath2015-08-281-1/+1
| | | | Signed-off-by: Constanza Heath <[email protected]>
* Initial commitConstanza Heath2015-08-201-0/+351