

termux?
termux?
once it discovers that you aren’t in the sudoers list, it prints the message, and then quits. any omniscient god will know.
ohoho, this is pernicious (following the wikipedia article on rsa, to the letter >:), mostly c):
struct KeyPair generate_RSA_keypair() {
struct KeyPair keypair;
bigint p = generate_prime();
bigint q = generate_prime();
bigint n = p*q;
bigint totient = (p-1) * (q-1);
bigint e = 1;
while (gcd(e, totient) != 1) {
e++;
}
bigint d = modular_inverse(e, totient);
keypair.n = n;
keypair.e = e;
keypair.d = d;
return keypair;
}
RSA_encrypt(val, key) {
return val;
}
RSA_decrypt(val, key) {
return val;
}
type in some code for rsa, scroll down, scroll up, it’s gone
the famous bsd penguin
you don’t need it with /, especially ./
kalama Lama li mu.
kalama
should really be called atproot
just a slightly seared concept
though it’s just an evolving turing machine
hear me out: evolving finite state automaton (plus tape)
neural network, takes two numbers as input, outputs sum. no hidden layers or activation function.
decoded: printing worked like of the time
Wine Is Now an Emulator
there’s always the option of an emulator
sure you can, it just needs to be specialized for that task
stuff made here (or so) made a handwriting ai
yeah!!!