aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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