An open API service indexing awesome lists of open source software.

https://github.com/libtom/libtomprofile

Script to compare LibTomCrypt RSA & ECC with different versions of LibTomMath
https://github.com/libtom/libtomprofile

Last synced: 4 months ago
JSON representation

Script to compare LibTomCrypt RSA & ECC with different versions of LibTomMath

Awesome Lists containing this project

README

          

# Profiling for libtom projects

## dependencies

* cvskit
* gnuplot

## example usage

```sh
git clone https://github.com/libtom/libtommath.git
git clone https://github.com/libtom/libtomcrypt.git -b timing-benchmark
git clone https://github.com/libtom/libtomprofile.git
cd libtomprofile
./lt-profile.sh -m develop -m remove-warray -m support/1.x -p
```