Home | History | Annotate | Download | only in big

Lines Matching refs:hex2

370 	hex2 := hex.EncodeToString(b)
372 for len(hex1) < len(hex2) {
376 for len(hex1) > len(hex2) {
377 hex2 = "0" + hex2
380 return hex1 == hex2