package dhellman import ( "math/big" "git.ali33.ru/fcg-xvii/curve/v2/tools" ) type keyPrivate struct { curve *tools.Curve x *big.Int }