Show HN: Implement BLAKE3 with Awk(github.com)2 points·by chirsz·vor 11 Monaten·1 commentsgithub.comShow HN: Implement BLAKE3 with Awkhttps://github.com/chirsz-ever/awk-hashsum1 commentsPost comment[–]oconnor663·vor 11 Monatenreply function xor(x, y) { return (x + y - 2 \* and(x, y)); } TIL!
TIL!