Skip to content

Commit 02e6c31

Browse files
Apply suggestions from code review
Co-authored-by: Jessica <[email protected]>
1 parent aa05012 commit 02e6c31

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

storage/object/reference-content/supported-checksums.mdx

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,10 @@ Checksums are critical components in ensuring data integrity within object stora
1717

1818
Scaleway Object Storage supports several checksum algorithms that allow you to verify the integrity of your objects:
1919

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.
2121

2222
- **CRC32C**: a checksum algorithm that uses the Castagnoli polynomial for improved error-detection performance over the standard CRC32.
2323

2424
- **SHA-1**: a cryptographic Secure Hash Algorithm (SHA) that generates a 160-bit (20-byte) hash value from input data.
2525

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

Comments
 (0)