blob: 5706b435af887699447d2331d9e7d107f601d8a1 [file] [log] [blame] [view]
Rupert Swarbrick1047ba22020-07-20 11:32:59 +01001# OTBN code snippet collection
2
3This directory contains some code snippets that give examples of how
4to do various tasks in OTBN code.
5
6 - `modexp.S`: An example of how to do modular exponentiation.