Sign in
flutter
/
third_party
/
openssl
/
60d8edbc0982cc910a1edcb43cf318dc2c7c08cf
/
.
/
doc
/
crypto
/
BN_swap.pod
blob: 04582e9fa0f771f2af2f06eea9daedd85217ee1a [
file
] [
log
] [
blame
]
=
pod
=
head1 NAME
BN_swap
-
exchange
BIGNUMs
=
head1 SYNOPSIS
#include
<openssl/bn.h>
void
BN_swap
(
BIGNUM
*
a
,
BIGNUM
*
b
);
=
head1 DESCRIPTION
BN_swap
()
exchanges the values of I
<a>
and
I
<b>
.
L
<
bn
(
3
)>
=
cut