repo.or.cz
/
factor.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Revert "lists: Add list literal doc example."
[factor.git]
/
basis
/
checksums
/
fletcher
/
fletcher-tests.factor
blob
f146e9460d918d985f48368e1f9dbbfa5d68b6e1
1
USING: checksums checksums.fletcher kernel sequences tools.test ;
2
3
{
4
{ 51440 3948201259 14034561336514601929 }
5
} [
6
"abcde" { fletcher-16 fletcher-32 fletcher-64 }
7
[ checksum-bytes ] with map
8
] unit-test