Bitcoin Core  27.99.0
P2P Digital Currency
Public Attributes | List of all members
poly1305_donna::poly1305_context Struct Reference

#include <poly1305.h>

Public Attributes

uint32_t r [5]
 
uint32_t h [5]
 
uint32_t pad [4]
 
size_t leftover
 
unsigned char buffer [POLY1305_BLOCK_SIZE]
 
unsigned char final
 

Detailed Description

Definition at line 21 of file poly1305.h.

Member Data Documentation

◆ buffer

unsigned char poly1305_donna::poly1305_context::buffer[POLY1305_BLOCK_SIZE]

Definition at line 26 of file poly1305.h.

◆ final

unsigned char poly1305_donna::poly1305_context::final

Definition at line 27 of file poly1305.h.

◆ h

uint32_t poly1305_donna::poly1305_context::h[5]

Definition at line 23 of file poly1305.h.

◆ leftover

size_t poly1305_donna::poly1305_context::leftover

Definition at line 25 of file poly1305.h.

◆ pad

uint32_t poly1305_donna::poly1305_context::pad[4]

Definition at line 24 of file poly1305.h.

◆ r

uint32_t poly1305_donna::poly1305_context::r[5]

Definition at line 22 of file poly1305.h.


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