| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix HMAC-PRNG implementation | Thomas Ebert Hansen | 2019-02-20 | 1 | -74/+7373 |
* | Fix innocuous memset size bug in ECC test method | mczraf | 2018-11-19 | 1 | -1/+1 |
* | Fix incorrect buffer size | Robert Brown | 2017-08-31 | 1 | -4/+3 |
* | tests: ecc_dh: Do not use unitialized variable | Leandro Pereira | 2017-08-18 | 1 | -1/+1 |
* | Updating micro-ecc to more current algorithms to improve performance of the g... | Constanza Heath | 2017-06-30 | 15 | -1626/+1846 |
* | Adding ecc_platform_secific files. | Constanza Heath | 2017-06-30 | 1 | -0/+0 |
* | Significant speedup on EC-DSA verfification: Accelerates ECC point multiplica... | Constanza Heath | 2017-03-10 | 4 | -21/+24 |
* | tests: use library-provided AES key and block size macros | Marti Bolivar | 2017-01-26 | 1 | -15/+14 |
* | tests: Update return codes and check_result function call | Flavio Santes | 2016-11-21 | 2 | -24/+28 |
* | 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 |
* | Fix warning on incorrect printf type for unsigned int num_bytes | Colin Ian King | 2016-11-07 | 1 | -1/+1 |
* | Fix bug in CTR PRNG reseed function to correctly use the seed material | Chris Morrison | 2016-10-15 | 1 | -0/+54 |
* | Fix typo: properly clean up objects | Florin Iucha | 2016-04-27 | 1 | -3/+3 |
* | Makefile updates for MinGW | Florin Iucha | 2016-04-27 | 1 | -57/+39 |
* | Adding ECC_DH, ECC_DSA, ECC_UTILS, and CMAC test cases. Adjusting namespacing... | Constanza Heath | 2016-04-18 | 15 | -286/+2404 |
* | adding test vectors for ctr prng | Chris Morrison | 2016-02-19 | 1 | -19/+462 |
* | Adding support for additional input when reseeding/generating ctr prngs. Als... | Chris Morrison | 2016-02-19 | 1 | -2/+29 |
* | fixing key setup during ctr_prng_init | Chris Morrison | 2016-02-19 | 1 | -1/+1 |
* | initial commit of ctr_prng | Chris Morrison | 2016-02-19 | 2 | -0/+81 |
* | Updating TinyCrypt v2 primitives to add ECC, CCM, and CMAC. | Constanza Heath | 2016-02-16 | 7 | -21/+21 |
* | Fixing Makefile tabs and test's make clean | Constanza Heath | 2015-12-11 | 1 | -0/+9 |
* | Remove /bin/rm for Windows compatibility | Constanza Heath | 2015-12-11 | 1 | -12/+0 |
* | Fix whitespace and consistency in test cases format, add macros for easy mapp... | Constanza Heath | 2015-10-06 | 10 | -2721/+3056 |
* | Fixing whitespace, changing header path | Constanza Heath | 2015-10-06 | 2 | -12/+12 |
* | Add preface of tc_ to public functions, structs, and macros | Constanza Heath | 2015-08-28 | 6 | -105/+105 |
* | Add space to line1 of all files, remove punctuation, add space on line2, remo... | Constanza Heath | 2015-08-28 | 8 | -8/+15 |
* | Move header namespace macros under license comments | Constanza Heath | 2015-08-28 | 1 | -2/+4 |
* | Add filename and description comment to top of files | Constanza Heath | 2015-08-28 | 8 | -8/+8 |
* | Initial commit | Constanza Heath | 2015-08-20 | 9 | -0/+3131 |