DeterministicESPAsyncWebServer v6.27.1
Zero-allocation, bounded-execution async HTTP server for ESP32
Loading...
Searching...
No Matches
SshBigNum Struct Reference

A 2048-bit unsigned integer stored as 64 little-endian 32-bit limbs. More...

#include <ssh_bignum.h>

Public Attributes

uint32_t d [SSH_BN_LIMBS]
 256 bytes of magnitude, little-endian limbs.
 

Detailed Description

A 2048-bit unsigned integer stored as 64 little-endian 32-bit limbs.

d[0] = least significant 32 bits. d[63] = most significant 32 bits.

Definition at line 95 of file ssh_bignum.h.

Member Data Documentation

◆ d

uint32_t SshBigNum::d[SSH_BN_LIMBS]

256 bytes of magnitude, little-endian limbs.

Definition at line 97 of file ssh_bignum.h.

Referenced by bn_cmp(), bn_dh_validate(), bn_from_bytes(), bn_is_zero(), bn_to_bytes(), and ssh_dh_generate().


The documentation for this struct was generated from the following file: