Constructor: fileHash
SHA256 Hash of an uploaded file, to be checked for validity after download
Attributes:
Name | Type | Required | Description |
---|---|---|---|
offset | long | Yes | Offset from where to start computing SHA-256 hash |
limit | int | Yes | Length |
hash | bytes | Yes | SHA-256 Hash of file chunk, to be checked for validity after download |
Type: FileHash
Example:
$fileHash = ['_' => 'fileHash', 'offset' => long, 'limit' => int, 'hash' => 'bytes'];