Skip to content

Sorry but can you tell me how to use it? #1

@Serobegi

Description

@Serobegi

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

  1. Remove unused source files (optional) - Fail...

    perl remove_unused.pl --force

  2. Build LibTomMath and LibTomCrypt

    [n]make [-f makefile.msvc]

  3. Generate public/private key pair

    [n]make [-f makefile.msvc] key

  4. Run sign and verify examples

    [n]make [-f makefile.msvc] test

  5. 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...

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions