pub type SharedKey = [u8; 32];Expand description
32-byte symmetric key shared between an Owner and a Helper after pairing.
A SharedKey is established during the pairing flow and used to encrypt
and authenticate all subsequent protocol messages on the associated channel.