mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-06-19 21:31:37 +00:00
Added latest crypto_google
This commit is contained in:
parent
26cafb46ea
commit
58141d1edb
3 changed files with 3 additions and 3 deletions
|
|
@ -456,4 +456,4 @@ func (pool *bnPool) Put(bn *big.Int) {
|
|||
|
||||
func (pool *bnPool) Count() int {
|
||||
return pool.count
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -283,4 +283,4 @@ func (c *curvePoint) Negative(a *curvePoint) {
|
|||
c.y.Neg(a.y)
|
||||
c.z.Set(a.z)
|
||||
c.t.SetInt64(0)
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -260,4 +260,4 @@ func (c *twistPoint) Negative(a *twistPoint, pool *bnPool) {
|
|||
c.y.Sub(c.y, a.y)
|
||||
c.z.Set(a.z)
|
||||
c.t.SetZero()
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue