aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* test_aes: Remove struct declaration inside functionFlavio Santes2016-11-211-16/+16
* test_cmac_mode: Update test caseFlavio Santes2016-11-211-19/+21
* test_ccm_mode: Update test caseFlavio Santes2016-11-201-320/+483
* test_ccm_mode: Fix wrong sizeof argument in test_ccm_modeFlavio Santes2016-11-201-2/+2
* test_cbc_mode: Fix style issuesFlavio Santes2016-11-201-77/+83
* Merge pull request #7 from ColinIanKing/masterhackermnementh2016-11-071-1/+1
|\
| * Fix warning on incorrect printf type for unsigned int num_bytesColin Ian King2016-11-071-1/+1
|/
* Merge pull request #6 from chris-morrison/fix-ctr-prng-reseedhackermnementh2016-10-172-1/+55
|\
| * Fix bug in CTR PRNG reseed function to correctly use the seed materialChris Morrison2016-10-152-1/+55
|/
* Merge pull request #4 from 0x8000-0000/masterhackermnementh2016-04-274-83/+62
|\
| * Fix typo: properly clean up objectsFlorin Iucha2016-04-271-3/+3
| * Makefile updates for MinGWFlorin Iucha2016-04-274-82/+61
|/
* Adding ECC_DH, ECC_DSA, ECC_UTILS, and CMAC test cases. Adjusting namespacing...Constanza Heath2016-04-1842-457/+2575
* Merge pull request #3 from chris-morrison/feature/add-ctr-prnghackermnementh2016-03-188-3/+1043
|\
| * Minor typographical fixes to ctr_prng.h commentsChris Morrison2016-02-261-2/+2
| * updating documentation to cover CTR-PRNGChris Morrison2016-02-191-2/+15
| * adding test vectors for ctr prngChris Morrison2016-02-191-19/+462
| * 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-193-35/+275
| * fixing key setup during ctr_prng_initChris Morrison2016-02-192-2/+3
| * initial commit of ctr_prngChris Morrison2016-02-197-1/+344
|/
* Updating TinyCrypt v2 primitives to add ECC, CCM, and CMAC.Constanza Heath2016-02-1644-1313/+3942
* Updating TinyCrypt documentation, minor style and grammar changes.Constanza Heath2016-02-161-57/+52
* Adding TinyCrypt 2.0 Documentation.Constanza Heath2016-02-166-84/+230
* Fixing Makefile tabs and test's make cleanConstanza Heath2015-12-113-9/+11
* Updating version and modifying MakefilesConstanza Heath2015-12-115-5/+19
* Updating release version in README fileConstanza Heath2015-12-111-1/+1
* removing versioning from .rst fileConstanza Heath2015-12-111-1/+1
* Remove /bin/rm for Windows compatibilityConstanza Heath2015-12-113-15/+1
* Initial Release v0.1.0Constanza Heath2015-10-061-0/+1
* Fix whitespace and consistency in test cases format, add macros for easy mapp...Constanza Heath2015-10-0611-2722/+3057
* Fix whitespace, update comments, remove unused headers and variablesConstanza Heath2015-10-0615-862/+794
* Change documentation to reStructuredText (.rst) format, update grammar change...Constanza Heath2015-10-062-205/+210
* Fixing whitespace, changing header pathConstanza Heath2015-10-062-12/+12
* 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-2820-348/+347
* Add space to line1 of all files, remove punctuation, add space on line2, remo...Constanza Heath2015-08-2823-28/+43
* Move header namespace macros under license commentsConstanza Heath2015-08-288-16/+25
* Add filename and description comment to top of filesConstanza Heath2015-08-2823-23/+23
* Initial commitConstanza Heath2015-08-2030-0/+5480