Sqlite3 3.50.2
Light weight SQL DB
Loading...
Searching...
No Matches
SHA3Context Struct Reference

Data Fields

union { 
   u64   s [25] 
   unsigned char   x [1600] 
u
unsigned nRate
unsigned nLoaded
unsigned ixMask
unsigned iSize

Detailed Description

Definition at line 2473 of file shell.c.

Field Documentation

◆ iSize

unsigned SHA3Context::iSize

Definition at line 2481 of file shell.c.

Referenced by sha3AggFinal(), and SHA3Init().

◆ ixMask

unsigned SHA3Context::ixMask

Definition at line 2480 of file shell.c.

Referenced by SHA3Final().

◆ nLoaded

unsigned SHA3Context::nLoaded

Definition at line 2479 of file shell.c.

Referenced by SHA3Final(), and SHA3Update().

◆ nRate

unsigned SHA3Context::nRate

Definition at line 2478 of file shell.c.

Referenced by sha3AggStep(), SHA3Final(), SHA3Init(), and SHA3Update().

◆ s

u64 SHA3Context::s[25]

Definition at line 2475 of file shell.c.

Referenced by SHA3Update().

◆ [union]

union { ... } SHA3Context::u

◆ x

unsigned char SHA3Context::x[1600]

Definition at line 2476 of file shell.c.

Referenced by SHA3Final(), and SHA3Update().


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