Bencode
Bencode copied to clipboard
Fix dictionary accessor
The subscript accessor currently fails to work because the hash includes the order and thus doesn't match during the lookup.
This makes the hash only include the properties that are compared for equality (aka. the key).