I was looking at how we handle hmac currently and found a few things: - hmacKey is always defined to null, it should be possible to set it from config - ~sometimes the variable is [not used](https://github.com/ssb-ngi-pointer/ssb-db2/blob/d58d0c34ab6c7382fc5111884f09ec562e749c66/db.js#L282)~ Should be done on top of [this](https://github.com/ssb-ngi-pointer/ssb-db2/pull/241) branch