1. f6298b3 [doc] Rewrite most frontmatters to Markdown titles by Hugo McNally · 2 years, 1 month ago
  2. 6cf481d [otbn,sw] Fix initialization of WDRs in barrett384 by Andreas Kurth · 2 years, 2 months ago
  3. 3f8836e [otbn,sw] Initialise WDRs to 0 in code-snippets by Canberk Topal · 2 years, 2 months ago
  4. b5c3adf [otbn,sw] Fix data memory section for `barrett384` by Andreas Kurth · 2 years, 7 months ago
  5. 58d38c1 [otbn,sw] Use app symbols for parameter addresses by Andreas Kurth · 2 years, 9 months ago
  6. 6695f30 [meson] remove all `meson.build` files by Timothy Trippel · 2 years, 9 months ago
  7. b1caf36 [sw,otbn] Add Bazel rules for all targets in sw/otbn/code-snippets. by Jade Philipoom · 3 years ago
  8. cdcb696 [sw,otbn] Remove outdated Makefile/rules.mk from code-snippets. by Jade Philipoom · 3 years ago
  9. 9defc77 [sw,otbn] Add OTBN code snippet for P-384 Solinas reduce. by Jade Philipoom · 3 years, 1 month ago
  10. 6ab836a [sw,test,otbn] Add the chip level tests rng and urng entropy for otbn by Douglas Reis · 3 years, 1 month ago
  11. 52dd4cd [bazel] build smoketests by Drew Macrae · 3 years, 3 months ago
  12. cc80879 [sw/otbn] Move crypto assembly files into new folder. by Jade Philipoom · 3 years, 4 months ago
  13. bc424b2 [otbn,sw] Combine input and output buffers for RSA code by Rupert Swarbrick · 3 years, 4 months ago
  14. 135a6c4 [sw] Clarify bounds for Barrett multiplication in ECDSA-P256. by Jade Philipoom · 3 years, 5 months ago
  15. a248064 [otbn,sw] Use weak symbols to shrink data in rsa_verify_3072_test by Rupert Swarbrick · 3 years, 5 months ago
  16. 3750b48 [otbn,sw] Add -gc-sections to OTBN link commands by Rupert Swarbrick · 3 years, 5 months ago
  17. 9b1392e [otbn,sw] Update code snippet examples to refer to their sections by Rupert Swarbrick · 3 years, 5 months ago
  18. 72056ee [otbn,sw] Ensure entry points are at address zero by Rupert Swarbrick · 3 years, 6 months ago
  19. b9dca5d [otbn,sw] Don't use START_ADDR in p256 test by Rupert Swarbrick · 3 years, 6 months ago
  20. ddfe341 [otbn] P256 test: Read nonce and blinding constant from RND/URND by Philipp Wagner · 3 years, 8 months ago
  21. 20a0514 [otbn] P256: Don't overlap rnd with x_r by Philipp Wagner · 3 years, 8 months ago
  22. cc4bb4f [otbn] P256: Explicitly align variables by Philipp Wagner · 3 years, 8 months ago
  23. c88c5a1 [otbn] Fix expected result in p256_ecdsa_verify_test.s by Philipp Wagner · 3 years, 8 months ago
  24. 0c5e5cf [otbn] Fix spelling mistakes in P256 software by Philipp Wagner · 3 years, 8 months ago
  25. a8b39e8 [otbn] P256: Read blinding randomness from DMEM by Philipp Wagner · 3 years, 8 months ago
  26. a83df9d [otbn] Convert RSA example to a single entry point by Rupert Swarbrick · 3 years, 6 months ago
  27. 0b958df [otbn] Test access to randomness by Philipp Wagner · 3 years, 8 months ago
  28. 29b7c57 [otbn] Indent loop body in assembly by Philipp Wagner · 3 years, 8 months ago
  29. caac1af [otbn/sw] Specify CSR index in hex by Philipp Wagner · 3 years, 8 months ago
  30. 01b5248 [otbn] Fix typos in software comments by Philipp Wagner · 3 years, 8 months ago
  31. 28b3e82 [otbn] add dedicated RSA sig verification for 3072 bit by Felix Miller · 3 years, 10 months ago
  32. 0f6e781 [otbn] fork rsa verify code for 3k version by Felix Miller · 3 years, 10 months ago
  33. 01cc9f8 [otbn] add more ECC tests by Felix Miller · 3 years, 10 months ago
  34. 99f1303 [otbn] rework P-256 lib by Felix Miller · 3 years, 10 months ago
  35. 38f8f84 [otbn] add domain parameters for P-256 to lib by Felix Miller · 3 years, 10 months ago
  36. 40caa9e [doc] Update Hugo's document index. by Miguel Osorio · 3 years, 10 months ago
  37. 03b70c6 [otbn] add curve point test for P-384 by Felix Miller · 3 years, 10 months ago
  38. 5efbbcf [otbn] add basepoint multiplication routine for P-384 by Felix Miller · 3 years, 10 months ago
  39. fa37c14 [otbn] add P-384 ECDSA signature verification by Felix Miller · 3 years, 10 months ago
  40. edb63cf [otbn] split P-384 lib by Felix Miller · 3 years, 10 months ago
  41. 0e571e1 [otbn] add ECDSA signature generation subroutine by Felix Miller · 3 years, 11 months ago
  42. 9b813a7 [otbn] add entry point for scalar mult in P-384 lib by Felix Miller · 3 years, 11 months ago
  43. 5e4f4f2 [otbn] move domain parameters to P-384 lib by Felix Miller · 3 years, 11 months ago
  44. 45b996f [otbn] add test for RSA verify with exp=3 by Felix Miller · 4 years ago
  45. 15f76ee [otbn] remove unused subroutines for rsa verify by Felix Miller · 4 years ago
  46. 016c529 [otbn] variable-time modexp by Felix Miller · 4 years ago
  47. 332d4e7 [otbn] turn RR computation into variable time by Felix Miller · 4 years ago
  48. 8a196b7 [otbn] rework constant computation for RSA verify by Felix Miller · 4 years ago
  49. 53e39f5 [otbn] replace key in signature verification test by Felix Miller · 4 years ago
  50. e99713b [otbn] copy modexp for optimized rsa verify by Felix Miller · 4 years ago
  51. f8b33d6 [otbn] add coordinate transformation for P-384 by Felix Miller · 4 years ago
  52. 8e68433 [otbn] add scalar multiplication for P-384 points by Felix Miller · 4 years ago
  53. dc8b104 [otbn] re-org P-384 assembly files by Felix Miller · 4 years ago
  54. c03f123 [otbn] swap reg, fix typo in p384 point addition by Felix Miller · 4 years ago
  55. 2a15894 [otbn] add P-384 curve point addition by Felix Miller · 4 years ago
  56. ba62543 [otbn] improve P-384 Barrett multiplication by Felix Miller · 4 years ago
  57. fff8ddb [otbn] add test for P-256 point addition by Felix Miller · 4 years ago
  58. 53721b5 [otbn] add optimized 384 bit Barrett mult for P-384 by Felix Miller · 4 years, 1 month ago
  59. b93a5af [otbn/sw] Add ECDSA P-256 sign and verify test by Philipp Wagner · 4 years, 1 month ago
  60. 50271cf [otbn/sw] Fix indentation in meson file by Philipp Wagner · 4 years, 1 month ago
  61. 258b112 [otbn] document code of P-256 ECC lib by Felix Miller · 4 years, 1 month ago
  62. 4ee74b4 [otbn] improve style of auto-generated code by Felix Miller · 4 years, 1 month ago
  63. 2cb4979 [otbn] improve style of auto-generated code by Felix Miller · 4 years, 1 month ago
  64. b7525ea [otbn/sw] Improve consistency of comments in rsa.s by Philipp Wagner · 4 years, 1 month ago
  65. 8f679e6 [otbn] rework parts of 384 bit Barrett code by Felix Miller · 4 years, 2 months ago
  66. 662d98e [otbn] add comments on bounds of parameters by Felix Miller · 4 years, 2 months ago
  67. 7c42f67 [otbn] fix bn.rshi instructions in Barrett code by Felix Miller · 4 years, 2 months ago
  68. 4b6f341 [otbn/sw] Add end-to-end RSA test by Philipp Wagner · 4 years, 4 months ago
  69. cce6094 [cleanup] Mass replace tabs with spaces by Srikrishna Iyer · 4 years, 3 months ago
  70. ba51066 [otbn] Add standalone tests for ECC P-256 operations by Felix Miller · 4 years, 3 months ago
  71. 480c0de [otbn] Add error code test to dif_otbn_smoketest by Greg Chadwick · 4 years, 3 months ago
  72. 195ee86 [otbn] fix transposed digits in p256 code by Felix Miller · 4 years, 3 months ago
  73. caf78d0 [otbn] Update p256 code with spec changes by Felix Miller · 4 years, 3 months ago
  74. d0ab3e7 [otbn] Update p256 code snippet with wsr changes by Greg Chadwick · 4 years, 4 months ago
  75. 5363dc4 [otbn] add initial assembly for ECC P-256 by Felix Miller · 4 years, 4 months ago
  76. de15b01 [otbn] Fix nested loops in modexp.S by Greg Chadwick · 4 years, 4 months ago
  77. 80cc823 [sw/otbn] Integrate OTBN code building into meson by Philipp Wagner · 4 years, 5 months ago
  78. cab8303 [otbn] Rename label to match what it does by Philipp Wagner · 4 years, 4 months ago
  79. 25073d8 [otbn] Make wrap_barrett384 symbol globally available by Philipp Wagner · 4 years, 5 months ago
  80. dbef949 [otbn] unify montmul routines in modexp by Felix Miller · 4 years, 4 months ago
  81. 8f31e6f [otbn] change calling convention for modexp by Felix Miller · 4 years, 4 months ago
  82. 5968b22 [otbn] rework pointer usage in modexp by Felix Miller · 4 years, 4 months ago
  83. 757b128 [otbn] rename subroutines in modexp by Felix Miller · 4 years, 4 months ago
  84. 1f37185 [otbn] call modload in RSA tests by Felix Miller · 4 years, 4 months ago
  85. d9cf589 [otbn] turn modexp into library by Felix Miller · 4 years, 4 months ago
  86. 89de84f [otbn] Rename assembly files from .S to .s by Philipp Wagner · 4 years, 5 months ago
  87. 50c6c51 [otbn] add standalone tests for RSA 1024 by Felix Miller · 4 years, 5 months ago
  88. 489da4a [otbn] Remove tab from comment by Philipp Wagner · 4 years, 5 months ago
  89. b5b8c7f [otbn] Use .s instead of .S suffix for assembly by Philipp Wagner · 4 years, 5 months ago
  90. c803d02 [otbn] Define a slightly more general way to build code snippets by Rupert Swarbrick · 4 years, 5 months ago
  91. 14fb115 [otbn] make some routines global in modexp assembly by Felix Miller · 4 years, 5 months ago
  92. 4edcfd6 [otbn] add modexp subroutine for pubexp 65537 by Felix Miller · 4 years, 5 months ago
  93. 7429e2c [otbn] add documentation to modexp library by Felix Miller · 4 years, 5 months ago
  94. c160ef1 [otbn] indent loop blocks by Felix Miller · 4 years, 5 months ago
  95. 3e9fdd2 [otbn] fix typos in otbn asm for Barrett reduction by Felix Miller · 4 years, 5 months ago
  96. c35c520 [otbn] Fix off-by-one error in otbn-as li handling by Rupert Swarbrick · 4 years, 5 months ago
  97. 51fa63b [otbn] remove unecessary code in modexp assembly by Felix Miller · 4 years, 6 months ago
  98. 89a0d0b [otbn] use pseudo instructions in modexp code by Felix Miller · 4 years, 6 months ago
  99. eedf49d [otbn] improve style of auto-generated code by Felix Miller · 4 years, 6 months ago
  100. 9e91115 [otbn] use bn.wsrrs for reading WSRs by Felix Miller · 4 years, 6 months ago