|
ProtoCore v0.0.2
Deterministic, zero-heap network stack for embedded targets
|
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 |
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.
| bool SshKexHash::is512 |
Definition at line 30 of file ssh_kexhash.h.
| pc_sha256_ctx SshKexHash::c256 |
Definition at line 31 of file ssh_kexhash.h.
| pc_sha512_ctx SshKexHash::c512 |
Definition at line 32 of file ssh_kexhash.h.