Lines Matching refs:hex
529 // Take a string 'str' of 40 hex digits and parse it into the 20676 const char* hex = "0123456789abcdef";678 putchar(hex[(sha1[i]>>4) & 0xf]);679 putchar(hex[sha1[i] & 0xf]);