• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..12-May-2020-

README-small-memoryH A D12-May-2020645 74

bntest16.cH A D12-May-202022.7 KiB798606

config.hH A D12-May-20201.6 KiB6022

cputime.hH A D12-May-20206.4 KiB251164

kludge.hH A D12-May-20201.4 KiB7143

lbn.hH A D12-May-20204.1 KiB15286

lbn16.cH A D12-May-2020115.3 KiB4,0712,254

lbn16.hH A D12-May-20204.5 KiB157140

lbnarm.hH A D12-May-20202.9 KiB8027

lbnarm.sH A D12-May-20204.9 KiB174160

lbnmem.cH A D12-May-20203 KiB149109

lbnmem.hH A D12-May-20201.8 KiB6428

sha256_arm.cH A D12-May-20206.3 KiB242159

sha256_core.sH A D12-May-20205.2 KiB158138

README-small-memory

1This directory contains a stripped-down version of Colin Plumb's bnlib bignum package for ARM processors in minimal memory environments, such as embedded Wireless USB controllers.  All unnecessary functions have been removed, and code has been reorganized for shrinking the memory footprint.  These functions duplicate the functionality of similar functions in the main bnlib package, but with smaller memory footprints.  Wireless USB only requires Diffie-Hellman, and little else.
2
3For more information, see the documentation in the main bnlib package, which is not in this directory.  Or contact:
4
5Philip Zimmermann <prz@mit.edu>
6October 2007
7