package dhellman import "git.ali33.ru/fcg-xvii/curve/v2/tools" type keyPair struct { private *keyPrivate public *keyPublic curve *tools.Curve }