Structs§
- EncNetwork
Address - An encrypted
NetworkAddress
.
Constants§
- AES_
GCM_ NONCE_ LEN - The length in bytes of the AES-256-GCM nonce.
- AES_
GCM_ TAG_ LEN - The length in bytes of the AES-256-GCM authentication tag.
- HKDF_
SALT - We salt the HKDF for deriving the account keys to provide application separation.
- KEY_LEN
- The length in bytes of the
shared_val_netaddr_key
and per-validatorderived_key
. - TEST_
SHARED_ VAL_ NETADDR_ KEY - Constant key + version so we can push
EncNetworkAddress
everywhere without worrying about getting the key in the right places. these will be test-only soon. - TEST_
SHARED_ VAL_ NETADDR_ KEY_ VERSION
Type Aliases§
- Key
- Convenient type alias for the
shared_val_netaddr_key
as an array. - KeyVersion