-
Notifications
You must be signed in to change notification settings - Fork 114
Open
Description
go-crypto/openpgp/internal/ecc/generic.go
Lines 35 to 41 in c7d8f88
| func (c *genericCurve) MarshalIntegerPoint(x, y *big.Int) []byte { | |
| return elliptic.Marshal(c.Curve, x, y) | |
| } | |
| func (c *genericCurve) UnmarshalIntegerPoint(point []byte) (x, y *big.Int) { | |
| return elliptic.Unmarshal(c.Curve, point) | |
| } |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels