Expand description
Canonical overlay address derivation.
The Swarm overlay address is keccak256(ethereum_address || network_id || nonce)
per bee pkg/crypto/crypto.go:45-57. Network ID is encoded in
little-endian in this hash (distinct from the big-endian encoding used
in the BzzAddress sign-data, see crate::signing::sign_data).
Functionsยง
- compute_
overlay - Compute the Swarm overlay address from
eth_addr,network_id,nonce.