| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixed sanity check bug where (plen <= alen) in ccm_mode is incorrect. Plen an... | Constanza Heath | 2016-12-16 | 1 | -4/+2 |
* | ecc_dh: Fix discrepancy of ecc_make_key definition and declaration | Flavio Santes | 2016-11-21 | 1 | -4/+2 |
* | tinycrypt/hmac: Array compared to NULL has no effect | Flavio Santes | 2016-11-18 | 1 | -5/+3 |
* | tinycrypt/sha256: Array compared to NULL has no effect | Flavio Santes | 2016-11-18 | 1 | -3/+1 |
* | Fix bug in CTR PRNG reseed function to correctly use the seed material | Chris Morrison | 2016-10-15 | 1 | -1/+1 |
* | Makefile updates for MinGW | Florin Iucha | 2016-04-27 | 1 | -19/+9 |
* | Adding ECC_DH, ECC_DSA, ECC_UTILS, and CMAC test cases. Adjusting namespacing... | Constanza Heath | 2016-04-18 | 25 | -169/+170 |
* | Minor typographical fixes to ctr_prng.h comments | Chris Morrison | 2016-02-26 | 1 | -2/+2 |
* | fixing usage of additional input when generating ctr prng output | Chris Morrison | 2016-02-19 | 1 | -1/+1 |
* | Adding support for additional input when reseeding/generating ctr prngs. Als... | Chris Morrison | 2016-02-19 | 2 | -33/+246 |
* | fixing key setup during ctr_prng_init | Chris Morrison | 2016-02-19 | 1 | -1/+2 |
* | initial commit of ctr_prng | Chris Morrison | 2016-02-19 | 3 | -0/+260 |
* | Updating TinyCrypt v2 primitives to add ECC, CCM, and CMAC. | Constanza Heath | 2016-02-16 | 36 | -1290/+3919 |
* | Fixing Makefile tabs and test's make clean | Constanza Heath | 2015-12-11 | 1 | -8/+1 |
* | Updating version and modifying Makefiles | Constanza Heath | 2015-12-11 | 1 | -0/+9 |
* | Remove /bin/rm for Windows compatibility | Constanza Heath | 2015-12-11 | 1 | -2/+0 |
* | Fix whitespace, update comments, remove unused headers and variables | Constanza Heath | 2015-10-06 | 15 | -862/+794 |
* | Change macro of ROTWORD to inline function | Constanza Heath | 2015-08-28 | 2 | -1/+5 |
* | Change includes to use predefined header file format for library | Constanza Heath | 2015-08-28 | 11 | -22/+21 |
* | Fix bug in conversion from macro to inline | Constanza Heath | 2015-08-28 | 1 | -6/+11 |
* | Turn ROTR macro into inline function | Constanza Heath | 2015-08-28 | 2 | -2/+4 |
* | Separate sanity test for consistent coding style in if block | Constanza Heath | 2015-08-28 | 1 | -1/+3 |
* | Remove whitespace | Constanza Heath | 2015-08-28 | 2 | -10/+10 |
* | Add doxygen style comments to public functions | Constanza Heath | 2015-08-28 | 6 | -215/+208 |
* | Specify all magic numbers with macro labels and comments | Constanza Heath | 2015-08-28 | 9 | -45/+55 |
* | Add preface of tc_ to public functions, structs, and macros | Constanza Heath | 2015-08-28 | 14 | -243/+242 |
* | Add space to line1 of all files, remove punctuation, add space on line2, remo... | Constanza Heath | 2015-08-28 | 15 | -20/+28 |
* | Move header namespace macros under license comments | Constanza Heath | 2015-08-28 | 7 | -14/+21 |
* | Add filename and description comment to top of files | Constanza Heath | 2015-08-28 | 15 | -15/+15 |
* | Initial commit | Constanza Heath | 2015-08-20 | 16 | -0/+2007 |