UNPKG

@isomorphic-pgp/parser

Version:
11 lines (9 loc) 213 B
module.exports.parse = function parse(data) { return { primaryUserId: true }; } module.exports.serialize = function serialize(subpacket) { let f = subpacket.flags; return new Uint8Array([f & 255]); }