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
- 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-01-10T02:26:39.259Z (about 1 year ago)
- Language: Shell
- Size: 3.91 KB
- Stars: 2
- Watchers: 11
- Forks: 2
- 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
```