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
Copy file name to clipboardExpand all lines: storage/object/reference-content/supported-checksums.mdx
+2-3Lines changed: 2 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,11 +17,10 @@ Checksums are critical components in ensuring data integrity within object stora
17
17
18
18
Scaleway Object Storage supports several checksum algorithms that allow you to verify the integrity of your objects:
19
19
20
-
-**CRC32**: a non-cryptographic checksum that generates a 32-bit hash value used to detect errors in data transmission, by applying a specific cyclic redundancy check (CRC) algorithm.
20
+
-**CRC32**: a non-cryptographic checksum that generates a 32-bit hash value used to detect errors in data transmission by applying a specific cyclic redundancy check (CRC) algorithm.
21
21
22
22
-**CRC32C**: a checksum algorithm that uses the Castagnoli polynomial for improved error-detection performance over the standard CRC32.
23
23
24
24
-**SHA-1**: a cryptographic Secure Hash Algorithm (SHA) that generates a 160-bit (20-byte) hash value from input data.
25
25
26
-
-**SHA-256**: a cryptographic Secure Hash Algorithm that generates a 256-bit unique hash value, preferred for modern security protocols due to SHA-1 vulnerabilities.
27
-
26
+
-**SHA-256**: a cryptographic Secure Hash Algorithm that generates a 256-bit unique hash value, preferred for modern security protocols due to SHA-1 vulnerabilities.
0 commit comments