process
Processes the specified depot key by decrypting the data with the given depot encryption key, and then by decompressing the data. If the chunk has already been processed, this function does nothing.
Parameters
info
The depot chunk data representing.
data
The encrypted chunk data.
destination
The buffer to receive the decrypted chunk data.
depot Key
The depot decryption key.
Throws
Thrown if the processed data does not match the expected checksum given in its chunk information.
Thrown if the destination size is too small or the depot key is not 32 bytes long