The address of one derivation: a namespace, and whatever names or indices locate the thing being seeded.
Strings and numbers are kept apart by the hash, so '3' and 3 address different things, as do ['ab', 'c'] and ['a', 'bc'].
'3'
3
['ab', 'c']
['a', 'bc']
The address of one derivation: a namespace, and whatever names or indices locate the thing being seeded.
Strings and numbers are kept apart by the hash, so
'3'and3address different things, as do['ab', 'c']and['a', 'bc'].