• topjohnwu's avatar
    Do not use std::random_device · 52fd508f
    topjohnwu authored
    Directly read from urandom instead of using std::random_device.
    libc++ will use iostream under-the-hood, which brings significant
    binary size increase that is not welcomed, especially in magiskinit.
    52fd508f
rootdir.cpp 10.7 KB