|
SH2SC-EDT
Self-Healing Hardware and Software Complex for Encrypted Data Transmission
|
Variables | |
| const uint8_t | MASTER_PSK [32] |
| 256-bit (32-byte) Pre-Shared Master Key for ChaCha20-Poly1305 AEAD. | |
| const uint8_t | MASTER_PSK [32] |
| 256-bit (32-byte) Pre-Shared Master Key for ChaCha20-Poly1305 AEAD. | |
| const uint8_t MASTER_PSK[32] |
256-bit (32-byte) Pre-Shared Master Key for ChaCha20-Poly1305 AEAD.
Both nodes must carry the IDENTICAL key compiled into their firmware. Replace placeholder bytes with your own secret values before deploying to hardware. The key is NEVER transmitted over the wire and must NEVER be logged to Serial, LCD, or any other output channel.
Definition at line 27 of file protocol.h.
| const uint8_t MASTER_PSK[32] |
256-bit (32-byte) Pre-Shared Master Key for ChaCha20-Poly1305 AEAD.
Both nodes must carry the IDENTICAL key compiled into their firmware. Replace placeholder bytes with your own secret values before deploying to hardware. The key is NEVER transmitted over the wire and must NEVER be logged to Serial, LCD, or any other output channel.
Definition at line 27 of file protocol.h.
Referenced by authenticateAndPlay(), processFinPacket(), processHelloBody(), sendFinPacket(), and sendPacket().