| Commit message (Expand) | Author | Age | Files | Lines |
* | test_aes: Remove struct declaration inside function | Flavio Santes | 2016-11-21 | 1 | -16/+16 |
* | test_cmac_mode: Update test case | Flavio Santes | 2016-11-21 | 1 | -19/+21 |
* | test_ccm_mode: Update test case | Flavio Santes | 2016-11-20 | 1 | -320/+483 |
* | test_ccm_mode: Fix wrong sizeof argument in test_ccm_mode | Flavio Santes | 2016-11-20 | 1 | -2/+2 |
* | test_cbc_mode: Fix style issues | Flavio Santes | 2016-11-20 | 1 | -77/+83 |
* | Merge pull request #7 from ColinIanKing/master | hackermnementh | 2016-11-07 | 1 | -1/+1 |
|\ |
|
| * | Fix warning on incorrect printf type for unsigned int num_bytes | Colin Ian King | 2016-11-07 | 1 | -1/+1 |
|/ |
|
* | Merge pull request #6 from chris-morrison/fix-ctr-prng-reseed | hackermnementh | 2016-10-17 | 2 | -1/+55 |
|\ |
|
| * | Fix bug in CTR PRNG reseed function to correctly use the seed material | Chris Morrison | 2016-10-15 | 2 | -1/+55 |
|/ |
|
* | Merge pull request #4 from 0x8000-0000/master | hackermnementh | 2016-04-27 | 4 | -83/+62 |
|\ |
|
| * | Fix typo: properly clean up objects | Florin Iucha | 2016-04-27 | 1 | -3/+3 |
| * | Makefile updates for MinGW | Florin Iucha | 2016-04-27 | 4 | -82/+61 |
|/ |
|
* | Adding ECC_DH, ECC_DSA, ECC_UTILS, and CMAC test cases. Adjusting namespacing... | Constanza Heath | 2016-04-18 | 42 | -457/+2575 |
* | Merge pull request #3 from chris-morrison/feature/add-ctr-prng | hackermnementh | 2016-03-18 | 8 | -3/+1043 |
|\ |
|
| * | Minor typographical fixes to ctr_prng.h comments | Chris Morrison | 2016-02-26 | 1 | -2/+2 |
| * | updating documentation to cover CTR-PRNG | Chris Morrison | 2016-02-19 | 1 | -2/+15 |
| * | adding test vectors for ctr prng | Chris Morrison | 2016-02-19 | 1 | -19/+462 |
| * | 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 | 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 |