1BN_SWAP(3)                          OpenSSL                         BN_SWAP(3)
2
3
4

NAME

6       BN_swap - exchange BIGNUMs
7

SYNOPSIS

9        #include <openssl/bn.h>
10
11        void BN_swap(BIGNUM *a, BIGNUM *b);
12

DESCRIPTION

14       BN_swap() exchanges the values of a and b.
15

RETURN VALUES

17       BN_swap() does not return a value.
18
20       Copyright 2000-2018 The OpenSSL Project Authors. All Rights Reserved.
21
22       Licensed under the OpenSSL license (the "License").  You may not use
23       this file except in compliance with the License.  You can obtain a copy
24       in the file LICENSE in the source distribution or at
25       <https://www.openssl.org/source/license.html>.
26
27
28
291.1.1                             2018-09-11                        BN_SWAP(3)
Impressum