encoding(0xb0, {
      encoder: function(val, bufb) {
        bufb.appendUInt32BE(val.length);
        bufb.appendBuffer(val);
      },