Show HN: Implement BLAKE3 with Awk

2 chirsz 1 8/22/2025, 1:51:17 PM github.com ↗

Comments (1)

oconnor663 · 1h ago

    function xor(x, y) {
        return (x + y - 2 \* and(x, y));
    }
TIL!