Re: AES Encryption
- Posted by Icy_Viking Jul 21, 2023
- 654 views
Thanks Greg. I was able to get libtommath to build. However when I try to build libtomcrypt, it says it can't find -ltommath. collect2.exe: error ld return 1 exit status. I put the directories next to each other.
EDIT: After putting libtomcrypt and libtommath next to each other in the same directory, I got it to build. Thanks Greg.