cupertino-files / readCfUid
Function: readCfUid()
readCfUid(
message):OwnerUid|undefined
Defined in: src/tsce/owners.ts:186
Read a TSP.CFUUIDArchive as the same 128 bits.
Two encodings exist and both occur: four uint32 words, or a 16-byte uuid_bytes blob. They are packed little-endian, so w0 is the low half of the low word.
Parameters
message
RawMessage | undefined
Returns
OwnerUid | undefined