https://github.com/libtom/libtomprofile
Script to compare LibTomCrypt RSA & ECC with different versions of LibTomMath
https://github.com/libtom/libtomprofile
Last synced: 9 days ago
JSON representation
Script to compare LibTomCrypt RSA & ECC with different versions of LibTomMath
- Host: GitHub
- URL: https://github.com/libtom/libtomprofile
- Owner: libtom
- Created: 2019-11-07T17:05:43.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-11-08T00:53:06.000Z (over 6 years ago)
- Last Synced: 2025-11-22T12:21:57.836Z (7 months ago)
- Language: Shell
- Size: 3.91 KB
- Stars: 2
- Watchers: 9
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```