ShiftMediaProject / nettle

Unofficial Nettle with added custom native Visual Studio project build tools. Nettle: Nettle is a cryptographic library that is designed to fit easily in more or less any context.
http://www.lysator.liu.se/~nisse/nettle/
GNU Lesser General Public License v3.0
23 stars 13 forks source link

when hogweed.dll is compiled with ReleaseDLL,rsa_pss_sha256_verify_digest is crash with un initialized nettle_sha256 #5

Open vico-shang opened 1 year ago

vico-shang commented 1 year ago

when hogweed.dll is compiled with ReleaseDLL,rsa_pss_sha256_verify_digest is crash with un initialized nettle_sha256

Context

nettle_sha256 symbol is not used,but nettle_sha256_0 is used

image

Sibras commented 1 year ago

Theres a new version of nettle (3.9). Try that and see of the error still exists. If it does then post a minimal reproducable code example to help debug the error.