Skip to content
  • Jesper Louis Andersen's avatar
    Change randombytes/1 so it always executes on a DS · b1c3e69f
    Jesper Louis Andersen authored
    Investigation shows erratic behaviour of the CSPRNG. It may block at times
    because it needs to go to the kernel and obtain more random information in
    the system. Once this happens, you are blocked for quite a long time, but
    we don't generally know when this happens. So just execute these directly
    on the dirty scheduler.
    b1c3e69f