mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 12:49:00 +08:00
ff32240ab4
* Add initial version of libttommath port * Add initial version of libtomcrypt port * Remove unnecessary EXTRALIB flag. * Remove deprecated include(vcpkg_common_functions) * Add homepage to CONTROL file * Update license copying in portfile * [libtommath] make build for non-windows * [libtomcrypt] make build for non-windows * [libtomcrypt] update ci baseline * [libtomcrypt] set HEAD_REF to upstream dev branch * [libtommath] set HEAD_REF to upstream dev branch * [libtomcrypt] Correct CFLAGS and include path * [libtommath][libtomcrypt] Lowercase 'debug' folder. Tweak CRT flags. Use VCPKG_CONCURRENCY. * [libtomcrypt] Remove x64-windows-static=fail from the ci baseline Co-authored-by: Frederik Juul <frederik.juul@3shape.com> Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
5 lines
417 B
Plaintext
5 lines
417 B
Plaintext
Source: libtomcrypt
|
|
Version: 1.18.2-1
|
|
Description: 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.
|
|
Homepage: https://www.libtom.net/LibTomCrypt/
|
|
Build-Depends: libtommath |