• Tom Sutcliffe's avatar
    Make sodium.random API behave consistently on all build types · a40d69db
    Tom Sutcliffe authored
    By returning result as a signed 32-bit int between INT32_MIN to IN32_MAX
    which is represented the same regardless of 64-bit support or
    integral-only builds.
    
    Also updated docs, fixed links and clarified behavior of random APIs
    when WiFi isn't started.
    a40d69db
sodium.c 3.89 KB