From davidnicol at gmail.com Fri Mar 13 01:14:56 2026 From: davidnicol at gmail.com (David Nicol) Date: Fri, 13 Mar 2026 03:14:56 -0500 Subject: [Kc] pure perl blake3-256 hasher Message-ID: please share appropriately -- "Plot complication appearing on sensors now" -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: Blake3HasherPurePerl.pm Type: application/octet-stream Size: 9954 bytes Desc: not available URL: From davidnicol at gmail.com Thu Mar 12 23:22:50 2026 From: davidnicol at gmail.com (David Nicol) Date: Fri, 13 Mar 2026 01:22:50 -0500 Subject: [Kc] pure perl Blake3 works on first try Message-ID: I'm happy about this. 18162 at GWTN156-12 /cygdrive/c/Users/18162/Desktop/TipJar Ontics $ perl -le 'use lib "."; use Blake3HasherPurePerl ; my $h = hasher() ; $h->add("abcde\n"); print $h->hexdigest' 4287a257f2e516ab2a4db6777b94e1becadb20d9e51100927b8ed3b0732c795b 18162 at GWTN156-12 /cygdrive/c/Users/18162/Desktop/TipJar Ontics $ echo abcde | ./b3sum 4287a257f2e516ab2a4db6777b94e1becadb20d9e51100927b8ed3b0732c795b - 18162 at GWTN156-12 /cygdrive/c/Users/18162/Desktop/TipJar Ontics -- "Plot complication appearing on sensors now" -------------- next part -------------- An HTML attachment was scrubbed... URL: