aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Fixed sanity check bug where (plen <= alen) in ccm_mode is incorrect. Plen an...Constanza Heath2016-12-161-4/+2
* ecc_dh: Fix discrepancy of ecc_make_key definition and declarationFlavio Santes2016-11-211-4/+2
* tinycrypt/hmac: Array compared to NULL has no effectFlavio Santes2016-11-181-5/+3
* tinycrypt/sha256: Array compared to NULL has no effectFlavio Santes2016-11-181-3/+1
* Fix bug in CTR PRNG reseed function to correctly use the seed materialChris Morrison2016-10-151-1/+1
* Makefile updates for MinGWFlorin Iucha2016-04-271-19/+9
* Adding ECC_DH, ECC_DSA, ECC_UTILS, and CMAC test cases. Adjusting namespacing...Constanza Heath2016-04-1825-169/+170
* Minor typographical fixes to ctr_prng.h commentsChris Morrison2016-02-261-2/+2
* fixing usage of additional input when generating ctr prng outputChris Morrison2016-02-191-1/+1
* Adding support for additional input when reseeding/generating ctr prngs. Als...Chris Morrison2016-02-192-33/+246
* fixing key setup during ctr_prng_initChris Morrison2016-02-191-1/+2
* initial commit of ctr_prngChris Morrison2016-02-193-0/+260
* Updating TinyCrypt v2 primitives to add ECC, CCM, and CMAC.Constanza Heath2016-02-1636-1290/+3919
* Fixing Makefile tabs and test's make cleanConstanza Heath2015-12-111-8/+1
* Updating version and modifying MakefilesConstanza Heath2015-12-111-0/+9
* Remove /bin/rm for Windows compatibilityConstanza Heath2015-12-111-2/+0
* Fix whitespace, update comments, remove unused headers and variablesConstanza Heath2015-10-0615-862/+794
* Change macro of ROTWORD to inline functionConstanza Heath2015-08-282-1/+5
* Change includes to use predefined header file format for libraryConstanza Heath2015-08-2811-22/+21
* Fix bug in conversion from macro to inlineConstanza Heath2015-08-281-6/+11
* Turn ROTR macro into inline functionConstanza Heath2015-08-282-2/+4
* Separate sanity test for consistent coding style in if blockConstanza Heath2015-08-281-1/+3
* Remove whitespaceConstanza Heath2015-08-282-10/+10
* Add doxygen style comments to public functionsConstanza Heath2015-08-286-215/+208
* Specify all magic numbers with macro labels and commentsConstanza Heath2015-08-289-45/+55
* Add preface of tc_ to public functions, structs, and macrosConstanza Heath2015-08-2814-243/+242
* Add space to line1 of all files, remove punctuation, add space on line2, remo...Constanza Heath2015-08-2815-20/+28
* Move header namespace macros under license commentsConstanza Heath2015-08-287-14/+21
* Add filename and description comment to top of filesConstanza Heath2015-08-2815-15/+15
* Initial commitConstanza Heath2015-08-2016-0/+2007