Skip to main content
  • Home
  • login
  • Browse the archive

    swh mirror partner logo
swh logo
SoftwareHeritage
Software
Heritage
Mirror
Features
  • Search

  • Downloads

  • Save code now

  • Add forge now

  • Help

  • 9c3d25f
  • /
  • BN_num_bytes.pod
Raw File
Permalinks

To reference or cite the objects present in the Software Heritage archive, permalinks based on SoftWare Hash IDentifiers (SWHIDs) must be used.
Select below a type of object currently browsed in order to display its associated SWHID and permalink.

  • content
  • directory
content badge Iframe embedding
swh:1:cnt:61589fb9aca62cd0728eecc554a8d2958b5f12f7
directory badge Iframe embedding
swh:1:dir:9c3d25ff41715e1feba5ed1f15cbd693d4383b08
BN_num_bytes.pod
=pod

=head1 NAME

BN_num_bits, BN_num_bytes, BN_num_bits_word - get BIGNUM size

=head1 SYNOPSIS

 #include <openssl/bn.h>

 int BN_num_bytes(const BIGNUM *a);

 int BN_num_bits(const BIGNUM *a);

 int BN_num_bits_word(BN_ULONG w);

=head1 DESCRIPTION

These functions return the size of a B<BIGNUM> in bytes or bits,
and the size of an unsigned integer in bits.

BN_num_bytes() is a macro.

=head1 RETURN VALUES

The size.

=head1 SEE ALSO

L<bn(3)|bn(3)>

=head1 HISTORY

BN_num_bytes(), BN_num_bits() and BN_num_bits_word() are available in
all versions of SSLeay and OpenSSL.

=cut

ENEA — Copyright (C), ENEA. License: GNU AGPLv3+.
Legal notes  ::  JavaScript license information ::  Web API

back to top