Fix checksum tests

This commit is contained in:
Joshua Root
2026-04-12 11:55:46 +10:00
parent 7609a7bcb2
commit 1fc07473be
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -7,7 +7,7 @@
proc write_blake3_test_vector_file {path length} {
set chan [open $path w]
fconfigure $chan -translation binary -encoding binary
fconfigure $chan -translation binary
set hex {}
for {set i 0} {$i < $length} {incr i} {
+1 -1
View File
@@ -26,7 +26,7 @@ package require portchecksum 1.0
proc make_blake3_test_vector_file {path length} {
set fd [open $path w]
fconfigure $fd -translation binary -encoding binary
fconfigure $fd -translation binary
set hex {}
for {set i 0} {$i < $length} {incr i} {