summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/bn/arch/arm (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Provide optimised bn_subw() and bn_subw_subw() for arm.jsing2023-06-241-1/+50
|
* Provide a per machine bn_arch.h.jsing2023-01-201-0/+24
This will provide a location for machine specific defines, prototypes and inline functions. ok tb@