You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -200,9 +208,10 @@ because file size in Node.js is represented as `Number` and it is not safe to
200
208
convert `Number` to UINT64.
201
209
202
210
`integrity` is an object consisting of a few keys:
211
+
203
212
* A hashing `algorithm`, currently only `SHA256` is supported.
204
213
* A hex encoded `hash` value representing the hash of the entire file.
205
-
* An array of hex encoded hashes for the `blocks` of the file. i.e. for a blockSize of 4KB this array contains the hash of every block if you split the file into N 4KB blocks.
206
-
* A integer value `blockSize` representing the size in bytes of each block in the `blocks` hashes above
214
+
* An array of hex encoded hashes for the `blocks` of the file (i.e. for a blockSize of 4KB, this array contains the hash of every block if you split the file into N 4KB blocks).
215
+
* A integer value `blockSize` representing the size in bytes of each block in the `blocks` hashes above.
0 commit comments