Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Cred ¶
type CredIssuer ¶
type CredIssuer struct {
// contains filtered or unexported fields
}
func NewCredIssuer ¶
func NewCredIssuer(group *schnorr.Group, secKey *SecKey) *CredIssuer
func (*CredIssuer) GetChallenge ¶
func (i *CredIssuer) GetChallenge(a, b, x *big.Int) *big.Int
func (*CredIssuer) GetProofData ¶
type CredVerifier ¶
type CredVerifier struct {
// contains filtered or unexported fields
}
func NewCredVerifier ¶
func NewCredVerifier(group *schnorr.Group, secKey *SecKey) *CredVerifier
func (*CredVerifier) GetChallenge ¶
func (v *CredVerifier) GetChallenge(a, b, a1, b1, x1, x2 *big.Int) *big.Int
type NymGenerator ¶
type NymGenerator struct {
// contains filtered or unexported fields
}
func NewNymGenerator ¶
func NewNymGenerator(group *schnorr.Group, caPubKey *PubKey) *NymGenerator
func (*NymGenerator) GetChallenge ¶
Click to show internal directories.
Click to hide internal directories.