Home | History | Annotate | Download | only in big

Lines Matching refs:hex1

369 	hex1 := hex.EncodeToString(new(Int).SetBytes(b).Bytes())
372 for len(hex1) < len(hex2) {
373 hex1 = "0" + hex1
376 for len(hex1) > len(hex2) {
380 return hex1 == hex2