aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-07-19Fixed copyright notices.HEADmasterPavel V. Shatov (Meister)
2021-06-07Add sha3 corePaul Selkirk
2020-09-06core_config.py didn't really work with Python 3 yetRob Austein
2020-04-29The new keywrap core now talks directly to the mkmif core.Paul Selkirk
2020-03-25Move keywrap from user/js to core/util, replace aes core in the hsm project.Paul Selkirk
2020-03-14Move modexpng from user/shatov to core/math, promote to default modexp for Al...Paul Selkirk
2020-02-26Merge branch 'js_keywrap' to 'master'Paul Selkirk
2020-01-23Added reset replicator module. Details below.Pavel V. Shatov (Meister)
2020-01-23Testbench for the new multicycle core selector.Pavel V. Shatov (Meister)
2020-01-23Reworked core selector generation script.Pavel V. Shatov (Meister)
2020-01-23Added support for ModExpNG core:Pavel V. Shatov (Meister)
2019-01-22Rebase js_keywrap from masterjs_keywrapPaul Selkirk
2019-01-22Track Joachim's latest keywrap core - unroll bank-switched memory into a numb...Paul Selkirk
2019-01-22core.cfg [project keywrap]:Paul Selkirk
2019-01-22Add support for Joachim's keywrap core.Paul Selkirk
2018-12-20Merge branch 'master' of git.cryptech.is:core/platform/commonPavel V. Shatov (Meister)
2018-12-19 * Updated core.cfg to match the changes made to ECDSA coresPavel V. Shatov (Meister)
2018-11-13Catch up with Pavel moving things to core/lib. I suspect more will follow.Paul Selkirk
2018-09-11Track Joachim's latest keywrap core - unroll bank-switched memory into a numb...Paul Selkirk
2018-08-23core.cfg [project keywrap]:Paul Selkirk
2018-08-15Add support for Joachim's keywrap core.Paul Selkirk
2017-09-13Add second modexp core for parallel CRT.Rob Austein
2017-09-09systolic_crt modexpa7 needs a bigger chunk of address space.Rob Austein
2017-08-09reset_n vs rst_n, pax guys.Rob Austein
2017-08-09Drop duplicate bram_1rw_1ro_readfirst module.Rob Austein
2017-08-09Update modexpa7 filenames.Rob Austein
2017-08-09Don't try to synthesize include files.Rob Austein
2017-08-08Allow core instantation parameters.Rob Austein
2017-08-08Update modexpa7 path names for systolic branch.Rob Austein
2017-05-12ECDSA cores no longer "experimental", include them in default build.Rob Austein
2017-03-07ECDSA cores.Rob Austein
2017-03-06Add ecdsa384 core.Rob Austein
2017-01-20Add ecdsa256 core.Rob Austein
2017-01-19split [project hsm]Paul Selkirk
2017-01-17Rename and rewrite the core_selector generator.Paul Selkirk
2016-05-17add the new mkmif corePaul Selkirk
2015-12-13whack copyrightsPaul Selkirk
2015-11-18drat, pushed too soonPaul Selkirk
2015-11-18Move core_selector config script here from core/platform/novena, remove stati...Paul Selkirk
2015-11-18Move core_selector config script here from core/platform/novena, remove stati...Paul Selkirk
2015-11-12Merge branch 'modexps6'Paul Selkirk
2015-11-12Change reset to active-low.Paul Selkirk
2015-07-17experimental modexps6 (which requires changing the read timing on all other c...Paul Selkirk
2015-05-08Fixed missing assignment to debug port if the RNGS segment is not enabled. Mo...Joachim Strömbergson
2015-05-08Fixed incorrect bitwidth of address to modexp core. Removed address block def...Joachim Strömbergson
2015-05-05Populate cipher_selector; finesse math_selector.Paul Selkirk
2015-05-04Adding a core license file.Joachim Strömbergson
2015-05-04Adding math segment in core selector.Joachim Strömbergson
2015-04-29Cleanup: add error port, conditionalize segments.Paul Selkirk
2015-04-27(1) Added segment for math cores in the core selector. (2) Added specific mat...Joachim Strömbergson