• 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
Name
Last commit
Last update
..
jni Loading commit data...
src/main Loading commit data...
.gitignore Loading commit data...
build.gradle Loading commit data...