sendtoserveridsigner

This commit is contained in:
arnaucode
2017-12-28 16:15:09 +01:00
parent 4898cae5c0
commit f0aa841275
12 changed files with 157 additions and 34 deletions

View File

@@ -33,6 +33,7 @@ type PackRSA struct {
PrivK string `json:"privK"`
Date time.Time `json:"date"`
PubKSigned string `json:"pubKSigned"`
Verified bool `json:"verified"`
}
const maxPrime = 500