Clear bit n of BIGNUM a.

Synopsis

Declared in <openssl/bn.h>

int
BN_clear_bit(
    BIGNUM* a,
    int n);

Return Value

1 on success, or 0 on error.

Parameters

Name

Description

a

BIGNUM to modify.

n

Zero‐based bit index to clear.

Created with MrDocs