remove SigKey.init (unused, fixes #664)

This commit is contained in:
Jacek Sieka 2020-01-18 10:22:17 +01:00
parent 3439763a9e
commit d853d7c024
No known key found for this signature in database
GPG Key ID: A1B09461ABB656B8

View File

@ -125,9 +125,6 @@ func pubKey*(pk: ValidatorPrivKey): ValidatorPubKey =
func init(T: type VerKey): VerKey =
result.point.inf()
func init(T: type SigKey): SigKey =
result.point.inf()
func init(T: type Signature): Signature =
result.point.inf()