ssbc / ssb-db2

A new database for secure-scuttlebutt
47 stars 8 forks source link

Minor fix to hash validation #348

Closed arj03 closed 2 years ago

arj03 commented 2 years ago

Hashes are encoded, so we get some agility if we want to support newer hash functions later.

We need to figure out how we merge what you have here in feed-formats and the ssb-buttwoo module, but for now I wanted this to work so I could test ebt :)

arj03 commented 2 years ago

Tidied this, should be ready now