pub type LocalKey = Key;
Represents a locally generated key that is distributed across one or more bonds.
struct LocalKey { pub value: [u8; 16], }
value: [u8; 16]