mirror of
https://github.com/jedisct1/libsodium.git
synced 2026-08-25 08:37:13 +09:00
If <min-reserved-size> is less than <max-heap-size>, the code will still assume that only <min-reserved-size> bytes are accessible and will trap even if the runtime could allocate more.. So, `max` should always be <= `min`. Naming options is hard.