aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Significant speedup on EC-DSA verfification: Accelerates ECC point multiplica...Constanza Heath2017-03-1017-59/+137
* Merge pull request #15 from mbolivar/test-aes-cleanuphackermnementh2017-03-071-15/+14
|\
| * tests: use library-provided AES key and block size macrosMarti Bolivar2017-01-261-15/+14
|/
* Updating version file to match git tagsConstanza Heath2016-12-161-1/+1
* Updating VERSION to 2.0.5Constanza Heath2016-12-161-1/+1
* Fixed sanity check bug where (plen <= alen) in ccm_mode is incorrect. Plen an...Constanza Heath2016-12-161-4/+2
* Merge pull request #9 from flavio-santes/bugshackermnementh2016-11-211-4/+2
|\
| * ecc_dh: Fix discrepancy of ecc_make_key definition and declarationFlavio Santes2016-11-211-4/+2
* | Merge pull request #11 from flavio-santes/test_issueshackermnementh2016-11-212-24/+28
|\ \
| * | tests: Update return codes and check_result function callFlavio Santes2016-11-212-24/+28
* | | Merge pull request #10 from flavio-santes/test_issueshackermnementh2016-11-214-2367/+2542
|\| |
| * | test_aes: Replace spaces by tabsFlavio Santes2016-11-211-1920/+1922
| * | test_aes: Solve style issues in commentsFlavio Santes2016-11-211-10/+12
| * | test_aes: Variable declarations at the beginning of a blockFlavio Santes2016-11-211-10/+10
| * | test_aes: Remove struct declaration inside functionFlavio Santes2016-11-211-16/+16
| * | test_cmac_mode: Update test caseFlavio Santes2016-11-211-19/+21
| * | test_ccm_mode: Update test caseFlavio Santes2016-11-201-320/+483
| * | test_ccm_mode: Fix wrong sizeof argument in test_ccm_modeFlavio Santes2016-11-201-2/+2
| * | test_cbc_mode: Fix style issuesFlavio Santes2016-11-201-77/+83
* | | Merge pull request #8 from flavio-santes/bugshackermnementh2016-11-182-8/+4
|\ \ \ | |/ / |/| / | |/
| * tinycrypt/hmac: Array compared to NULL has no effectFlavio Santes2016-11-181-5/+3
| * tinycrypt/sha256: Array compared to NULL has no effectFlavio Santes2016-11-181-3/+1
|/
* Merge pull request #7 from ColinIanKing/masterhackermnementh2016-11-071-1/+1
|\
| * Fix warning on incorrect printf type for unsigned int num_bytesColin Ian King2016-11-071-1/+1
|/
* Merge pull request #6 from chris-morrison/fix-ctr-prng-reseedhackermnementh2016-10-172-1/+55
|\
| * Fix bug in CTR PRNG reseed function to correctly use the seed materialChris Morrison2016-10-152-1/+55
|/
* Merge pull request #4 from 0x8000-0000/masterhackermnementh2016-04-274-83/+62
|\
| * Fix typo: properly clean up objectsFlorin Iucha2016-04-271-3/+3
| * Makefile updates for MinGWFlorin Iucha2016-04-274-82/+61
|/
* Adding ECC_DH, ECC_DSA, ECC_UTILS, and CMAC test cases. Adjusting namespacing...Constanza Heath2016-04-1842-457/+2575
* Merge pull request #3 from chris-morrison/feature/add-ctr-prnghackermnementh2016-03-188-3/+1043
|\
| * Minor typographical fixes to ctr_prng.h commentsChris Morrison2016-02-261-2/+2
| * updating documentation to cover CTR-PRNGChris Morrison2016-02-191-2/+15
| * adding test vectors for ctr prngChris Morrison2016-02-191-19/+462
| * fixing usage of additional input when generating ctr prng outputChris Morrison2016-02-191-1/+1
| * 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