Refresh a BN_BLINDING object by squaring its blinding factors.
Synopsis
Declared in <openssl/bn.h>
int
BN_BLINDING_update(
BN_BLINDING* b,
BN_CTX* ctx);
Return Value
1 on success, or 0 on failure.
Parameters
Name |
Description |
b |
Blinding state to update. |
ctx |
BN_CTX for temporaries. |
Created with MrDocs