Sortix nightly manual
This manual documents Sortix nightly, a development build that has not been officially released. You can instead view this document in the latest official manual.
NAME
RSA_blinding_on, RSA_blinding_off — protect the RSA operation from timing attacksSYNOPSIS
#include <openssl/rsa.h>RSA_blinding_on(RSA *rsa, BN_CTX *ctx);
RSA_blinding_off(RSA *rsa);