| Commit message (Expand) | Author | Age | Files | Lines |
* | Adding support for additional input when reseeding/generating ctr prngs. Als... | Chris Morrison | 2016-02-19 | 3 | -35/+275 |
* | fixing key setup during ctr_prng_init | Chris Morrison | 2016-02-19 | 2 | -2/+3 |
* | initial commit of ctr_prng | Chris Morrison | 2016-02-19 | 7 | -1/+344 |
* | Updating TinyCrypt v2 primitives to add ECC, CCM, and CMAC. | Constanza Heath | 2016-02-16 | 44 | -1313/+3942 |
* | Updating TinyCrypt documentation, minor style and grammar changes. | Constanza Heath | 2016-02-16 | 1 | -57/+52 |
* | Adding TinyCrypt 2.0 Documentation. | Constanza Heath | 2016-02-16 | 6 | -84/+230 |
* | Fixing Makefile tabs and test's make clean | Constanza Heath | 2015-12-11 | 3 | -9/+11 |
* | Updating version and modifying Makefiles | Constanza Heath | 2015-12-11 | 5 | -5/+19 |
* | Updating release version in README file | Constanza Heath | 2015-12-11 | 1 | -1/+1 |
* | removing versioning from .rst file | Constanza Heath | 2015-12-11 | 1 | -1/+1 |
* | Remove /bin/rm for Windows compatibility | Constanza Heath | 2015-12-11 | 3 | -15/+1 |
* | Initial Release v0.1.0 | Constanza Heath | 2015-10-06 | 1 | -0/+1 |
* | Fix whitespace and consistency in test cases format, add macros for easy mapp... | Constanza Heath | 2015-10-06 | 11 | -2722/+3057 |
* | Fix whitespace, update comments, remove unused headers and variables | Constanza Heath | 2015-10-06 | 15 | -862/+794 |
* | Change documentation to reStructuredText (.rst) format, update grammar change... | Constanza Heath | 2015-10-06 | 2 | -205/+210 |
* | Fixing whitespace, changing header path | Constanza Heath | 2015-10-06 | 2 | -12/+12 |
* | 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 | 20 | -348/+347 |
* | Add space to line1 of all files, remove punctuation, add space on line2, remo... | Constanza Heath | 2015-08-28 | 23 | -28/+43 |
* | Move header namespace macros under license comments | Constanza Heath | 2015-08-28 | 8 | -16/+25 |
* | Add filename and description comment to top of files | Constanza Heath | 2015-08-28 | 23 | -23/+23 |
* | Initial commit | Constanza Heath | 2015-08-20 | 30 | -0/+5480 |