-
I didn't encounter this problem when I test my binding at Windows 10 Home Single Language laptop, my laptop has 8 GB RAM, 2 standard cores. calling sodium_malloc through my binding generally has no problem. But when I call this function on a ubuntu 18+ VPS with specification similar to my laptop only difference is the RAM is 2GB, I somehow encounter this problem which is coming from this line in sodium utils. I noticed this problem when I was on my own SSH session, is there any system requirements(refer to the device or server specifications like RAM,Core etc) to use sodium_malloc? or is it only available to use specifically for Windows? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Did you initialize the library ( |
Beta Was this translation helpful? Give feedback.
Did you initialize the library (
sodium_init()
) before using it?