Added latest crypto_google

This commit is contained in:
AnilChinchawale 2019-01-19 04:41:18 +05:30
parent 26cafb46ea
commit 58141d1edb
3 changed files with 3 additions and 3 deletions

View file

@ -456,4 +456,4 @@ func (pool *bnPool) Put(bn *big.Int) {
func (pool *bnPool) Count() int {
return pool.count
}
}

View file

@ -283,4 +283,4 @@ func (c *curvePoint) Negative(a *curvePoint) {
c.y.Neg(a.y)
c.z.Set(a.z)
c.t.SetInt64(0)
}
}

View file

@ -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()
}
}