stef/pysodium

crypto_generichash uses wrong type for buffer lengths

Closed this issue · 1 comments

The second and fourth parameters are size_t, but they're passed as ctypes.c_uint, causing a crash on 64-bit Windows.

stef commented

should be fixed in 0.6.4 via this 75c4997

thanks for reporting this!