ssbc / ssb-bfe

Binary Field Encodings (BFE) for Secure Scuttlebutt (SSB)
3 stars 1 forks source link

Replace key_length with data_length #33

Closed mycognosist closed 3 years ago

mycognosist commented 3 years ago

Since we removed key_length from the bfe-spec (https://github.com/ssb-ngi-pointer/ssb-bfe-spec/pull/22), this PR replaces key_length with data_length (a single LOC in util.js).

I also bumped two dependencies and fixed a code comment typo.

Tests are passing for me locally.