libtom / libtomcrypt

LibTomCrypt is a fairly comprehensive, modular and portable cryptographic toolkit that provides developers with a vast array of well known published block ciphers, one-way hash functions, chaining modes, pseudo-random number generators, public key cryptography and a plethora of other routines.
https://www.libtom.net
Other
1.51k stars 449 forks source link

Support for MSVC DLL #585

Open jowr opened 2 years ago

jowr commented 2 years ago

Prerequisites

Description

I have recently patched the 'makefile.msvc' to create a shared library on Windows using MSVC. Would you be interested in a PR to port these changes to the develop branch or are you planning to overhaul the build system anyway?

Version

My changes apply to v1.18.2