tree: 567c0e8f3c319a2968eba9bb1cf8016b118d7a89 [path history] [tgz]
  1. LICENSE.dcrypto
  2. loop.S
  3. modexp.S
  4. pseudo-ops.S
  5. README.md
sw/otbn/code-snippets/README.md

OTBN code snippet collection

This directory contains some code snippets that give examples of how to do various tasks in OTBN code.

  • modexp.S: An example of how to do modular exponentiation.
  • pseudo-ops.S: An example of the pseudo-operations supported by the OTBN ISA.