Skip to content
  • Nick Mathewson's avatar
    Make crypto_seed_rng() and crypto_rand() less scary. · dedea28c
    Nick Mathewson authored
    These functions must really never fail; so have crypto_rand() assert
    that it's working okay, and have crypto_seed_rng() demand that
    callers check its return value.  Also have crypto_seed_rng() check
    RAND_status() before returning.
    dedea28c