| Commit message (Expand) | Author | Age | Files | Lines |
* | Significant speedup on EC-DSA verfification: Accelerates ECC point multiplica... | Constanza Heath | 2017-03-10 | 17 | -59/+137 |
* | Merge pull request #15 from mbolivar/test-aes-cleanup | hackermnementh | 2017-03-07 | 1 | -15/+14 |
|\ |
|
| * | tests: use library-provided AES key and block size macros | Marti Bolivar | 2017-01-26 | 1 | -15/+14 |
|/ |
|
* | Updating version file to match git tags | Constanza Heath | 2016-12-16 | 1 | -1/+1 |
* | Updating VERSION to 2.0.5 | Constanza Heath | 2016-12-16 | 1 | -1/+1 |
* | Fixed sanity check bug where (plen <= alen) in ccm_mode is incorrect. Plen an... | Constanza Heath | 2016-12-16 | 1 | -4/+2 |
* | Merge pull request #9 from flavio-santes/bugs | hackermnementh | 2016-11-21 | 1 | -4/+2 |
|\ |
|
| * | ecc_dh: Fix discrepancy of ecc_make_key definition and declaration | Flavio Santes | 2016-11-21 | 1 | -4/+2 |
* | | Merge pull request #11 from flavio-santes/test_issues | hackermnementh | 2016-11-21 | 2 | -24/+28 |
|\ \ |
|
| * | | tests: Update return codes and check_result function call | Flavio Santes | 2016-11-21 | 2 | -24/+28 |
* | | | Merge pull request #10 from flavio-santes/test_issues | hackermnementh | 2016-11-21 | 4 | -2367/+2542 |
|\| | |
|
| * | | test_aes: Replace spaces by tabs | Flavio Santes | 2016-11-21 | 1 | -1920/+1922 |
| * | | test_aes: Solve style issues in comments | Flavio Santes | 2016-11-21 | 1 | -10/+12 |
| * | | test_aes: Variable declarations at the beginning of a block | Flavio Santes | 2016-11-21 | 1 | -10/+10 |
| * | | 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 #8 from flavio-santes/bugs | hackermnementh | 2016-11-18 | 2 | -8/+4 |
|\ \ \
| |/ /
|/| /
| |/ |
|
| * | tinycrypt/hmac: Array compared to NULL has no effect | Flavio Santes | 2016-11-18 | 1 | -5/+3 |
| * | tinycrypt/sha256: Array compared to NULL has no effect | Flavio Santes | 2016-11-18 | 1 | -3/+1 |
|/ |
|
* | 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 |