-
Notifications
You must be signed in to change notification settings - Fork 4
Description
I came across your git while doing a google search to use libtomcrypt on an embedded system.
I want to use libtomcrypt in windows environment.
However, even if I download it from git, I do not have the Visual Studio 2008 version.
Also, other visual studios do not have a version.
I want to get a lib and run it in another program... I'm not sure from your kind explanation.
GETTING STARTED
1. Get LibTomMath and LibTomCrypt - Success √
git clone https://github.com/TaleTN/libtommath.git
git clone https://github.com/TaleTN/libtomcrypt.git
-
Remove unused source files (optional) - Fail...
perl remove_unused.pl --force
-
Build LibTomMath and LibTomCrypt
[n]make [-f makefile.msvc]
-
Generate public/private key pair
[n]make [-f makefile.msvc] key
-
Run sign and verify examples
[n]make [-f makefile.msvc] test
-
Have fun! :(
Can you explain a little more?
I proceeded with step 1 below, and additionally downloaded your git and unzipped it.
The folders I currently have are "libtomcrypt", "libtommath", and "libtomcrypt-rsa-howto".
If you execute "perl remove_unused.pl --force" in step 2, the following error appears.
Can't stat libtommath: No such file or directory
at remove_unused.pl line 54.
Can't stat libtomcrypt: No such file or directory
at remove_unused.pl line 54.
how can i solve it...