tree: 00605991e8649ea2658b7a85677870eff66a93c6 [path history] [tgz]
  1. LICENSE.dcrypto
  2. modexp.S
  3. pseudo-ops.S
  4. 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.