BN_BLINDING_update

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

NameDescription
bBlinding state to update.
ctxBN_CTX for temporaries.