Define Guid List - DEPRECATED


Purpose

Guid List is a helper opcode used to serialize and materialize a linked list of Guid opcodes.
SignData is associated with a Guid List member variable that signifies the block(s) for which the signature data is relevant.
Syntax
 
Opcode format Opcode Operand Format Comments
Extended ASCII (GuidList <ws><INumber of guids maintained in this list><ws>
<ws><Guidguid1><ws><Guidguid2>
<ws><Guidguid1>...up to n guids)
up to n guids
Extended Binary 0x0168 <INumber of guids maintained in this list>
Guidguid1>Guidguid2>Guidguid3>...up to n guids)+}
up to n guids+
Details In the absence of Guid List member serialization, SignData would stand to protect the entire WHIP! data content — includes the block's meta-data, but excludes the directory and End_Of_DWF as the directory, and the End_Of_DWF tag would be re-written after appending the signature block(s). Example
(GuidList 3
   (Guid 1015746475 60911 17212
         BDD9CF7359EFAD2C )
   (Guid 1985697655 38433 20478
         A022AD2F5DA471DF )
   (Guid 2665115761 41637 18629
         AED853C3936FC426 ) )