Searched defs:UnmarshalCompressed (Results 1 – 2 of 2) sorted by relevance
141 UnmarshalCompressed([]byte) (x, y *big.Int) methodSpec180 func UnmarshalCompressed(curve Curve, data []byte) (x, y *big.Int) { func
269 func (curve *nistCurve[Point]) UnmarshalCompressed(data []byte) (x, y *big.Int) { func