Skip to content

Commit afb6d5a

Browse files
committed
fix comment
1 parent e144575 commit afb6d5a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

HashLib/src/Crypto/HlpBlake3Dispatch.pas

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -579,7 +579,7 @@ procedure Blake3_HashMany_Scalar(AInput, AKey, AOut: Pointer;
579579
// Process 16 blocks per chunk
580580
for LBlock := 0 to 15 do
581581
begin
582-
// Convert block bytes to words (little-endian, which is native on x86)
582+
// Convert block bytes to words (assume little-endian)
583583
System.Move(LPInput^, LBlockWords[0], 64);
584584

585585
// Set flags for this block

0 commit comments

Comments
 (0)