ProtoCore v0.0.2
Deterministic, zero-heap network stack for embedded targets
Loading...
Searching...
No Matches
SshKexHash Struct Reference

A key-exchange digest bound to one of the SSH KEX hashes (SHA-256 or SHA-512). More...

#include <ssh_kexhash.h>

Public Attributes

bool is512
 
pc_sha256_ctx c256
 
pc_sha512_ctx c512
 

Detailed Description

A key-exchange digest bound to one of the SSH KEX hashes (SHA-256 or SHA-512).

Definition at line 28 of file ssh_kexhash.h.

Member Data Documentation

◆ is512

bool SshKexHash::is512

Definition at line 30 of file ssh_kexhash.h.

◆ c256

pc_sha256_ctx SshKexHash::c256

Definition at line 31 of file ssh_kexhash.h.

◆ c512

pc_sha512_ctx SshKexHash::c512

Definition at line 32 of file ssh_kexhash.h.


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