netsec-ethz / rains

RAINS (Another Internet Naming Service)
Apache License 2.0
9 stars 11 forks source link

Replace custom Hash value with cbor representation #161

Closed fehlmach closed 5 years ago

fehlmach commented 5 years ago

All sections have a Hash function which is used as a key in the caches. The 'hash' function is just another string representation of the section than string, which should be replaced by the cbor representation

fehlmach commented 5 years ago

Same as #163