aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAgeFilesLines
* test fixandrr3j2023-07-191-7/+6
* Build libtommath for ARM as well in CI.J08nY2023-07-191-1/+1
* Add cross-compilation to CI packages.J08nY2023-07-191-1/+1
* simulator tests added to MakeFileandrr3j2023-07-191-1/+1
* small fix in simulator testsandrr3j2023-07-191-5/+3
* simulator testsandrr3j2023-07-183-2/+229
* Point at Rainbow from master.J08nY2023-06-201-1/+1
* Reference Rainbow master branch.J08nY2023-04-271-1/+1
* Add Rainbow dependency.J08nY2023-04-271-1/+2
* added simulator config, scalar_mult and generate_key fixandrr3j2023-04-272-14/+24
* Merge branch 'J08nY:master' into feat/simulatorAndrej Bátora2023-04-0812-76/+126
|\
| * Add github actions.J08nY2023-03-307-63/+83
| * Fix montgomery multiplication.J08nY2023-03-296-14/+44
* | SimulatorTarget added to client.pyandrr3j2023-04-081-1/+122
|/
* Don't inline the inits.J08nY2023-02-211-2/+2
* Separate init and deinit from the main function.J08nY2023-02-211-8/+16
* Miscellaneous docs.J08nY2023-01-292-0/+7
* Add docs to client.J08nY2023-01-291-0/+55
* Document rendering.J08nY2023-01-291-14/+36
* Docs for the main template file.J08nY2023-01-291-8/+83
* Finish CWNANO support.J08nY2023-01-124-2/+5365
* Add support for CWNANO target.J08nY2023-01-126-3/+378
* Add some docs on installation.J08nY2022-12-282-1/+19
* Merge pull request #1 from J08nY/fix/some-cleanupsJán Jančár2022-12-282-2/+2
|\
| * Cleanup some build artifacts that are not used anymore.J08nY2022-12-282-2/+2
|/
* Update libtommath, fixup Travis.J08nY2020-12-142-4/+10
* Fix tests with master version of pyecsca.J08nY2020-12-145-13/+16
* Fixes for recent core changes.J08nY2020-07-143-3/+10
* NOP around point operations.J08nY2020-03-098-1/+28
* Add inversion to config, change scalar mult command.J08nY2020-03-099-33/+88
* Fix dynamic trigger command, do not trigger on command processing.J08nY2020-03-062-3/+1
* Add tests, for fixed Jacobian stuff.J08nY2020-03-033-15/+18
* Add support for specifying multiplication and square algos.J08nY2020-03-029-50/+91
* Make Barrett reduction work.J08nY2020-03-0217-45/+47
* Add base functions for modular reduction.J08nY2020-03-027-6/+50
* Add reduction functions, add global trigger for whole cmd.J08nY2020-03-0223-66/+264
* Add dynamic triggering.J08nY2020-02-2823-14/+248
* Update libtommath, use multi init and clear.J08nY2020-02-287-30/+40
* Proper LED thingies.J08nY2020-02-2713-86/+110
* Fix travis.J08nY2020-02-272-10/+8
* Add ECDH.J08nY2020-02-262-9/+58
* Get stuff to work on STM32F0.J08nY2020-02-2624-246/+323
* Add full implementation tests.J08nY2020-02-209-67/+256
* Allocate and initialize formula variables only once.J08nY2020-02-2021-70/+229
* Flesh out client, add implementation tests.J08nY2020-02-1914-127/+319
* Rework client.J08nY2020-02-1821-457/+842
* Fix Travis.J08nY2020-02-102-4/+9
* Cleanup builder.J08nY2020-02-108-194/+369
* Add ChipWhisperer support for flashing.J08nY2020-01-274-44/+122
* Add Travis and Codecov + tests.J08nY2019-12-2310-12/+168