Implement fletcher16 checksumming up to path

Uses fletcher16 from previous commits.
Next we will use sha-2 to do checksumming.
This commit is contained in:
fosslinux 2021-02-13 17:29:49 +11:00
parent 192221af22
commit 372e08e4f9
23 changed files with 90 additions and 2 deletions

1
sysa/sed-4.0.7/checksums Normal file
View file

@ -0,0 +1 @@
15435 /after/bin/sed

View file

@ -44,3 +44,6 @@ tcc -static -o ${bindir}/sed -L lib lib/libsed.a compile.o execute.o regex.o fmt
sed --version
cd ..
# Checksums
fletcher16 checksums