H 295 ext/digest/md5/md5.c #define H(x, y, z) ((x) ^ (y) ^ (z)) H 69 ext/digest/rmd160/rmd160.c #define H(x, y, z) (((x) | ~(y)) ^ (z))