mirror of
https://github.com/arnaucube/blockchainIDsystem.git
synced 2026-02-07 02:56:43 +01:00
updated to the same stage than darkID project, but with own blockchain
This commit is contained in:
@@ -29,11 +29,13 @@ type RSA struct {
|
||||
}
|
||||
|
||||
type PackRSA struct {
|
||||
PubK string `json:"pubK"`
|
||||
PrivK string `json:"privK"`
|
||||
Date time.Time `json:"date"`
|
||||
PubKSigned string `json:"pubKSigned"`
|
||||
Verified bool `json:"verified"`
|
||||
PubK string `json:"pubK"`
|
||||
PrivK string `json:"privK"`
|
||||
Date time.Time `json:"date"`
|
||||
PubKSigned string `json:"pubKSigned"`
|
||||
Verified bool `json:"verified"`
|
||||
UnblindedSig string `json:"unblindedsig"`
|
||||
BlockchainRef string `json:"blockchainref"`
|
||||
}
|
||||
|
||||
const maxPrime = 500
|
||||
|
||||
Reference in New Issue
Block a user