Show HN: Implement BLAKE3 with Awk github.com 2 points by chirsz 5 months ago · 1 comment Reader PiP Save oconnor663 5 months ago function xor(x, y) { return (x + y - 2 \* and(x, y)); } TIL!