【源碼閱讀】用Go語言實現環簽名的簽名和驗證(二)

func hashToInt(hash []byte, c elliptic.Curve) *big.Int { orderBits := c.Params().N.BitLen() orderBytes := (orderBits + 7) / 8 if len(hash) > orderBytes { hash = hash[:orderBytes]
相關文章
相關標籤/搜索