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