Versions in this module Expand all Collapse all v0 v0.8.2 Jun 11, 2019 Changes in this version + func ValidateValue(val int64) bool + type Credential *coconut.Signature + type PrivateKey *Curve.BIG + type Token struct + func New(s, k *Curve.BIG, val int64) (*Token, error) + func (t *Token) GetPublicAndPrivateSlices() ([]*Curve.BIG, []*Curve.BIG) + func (t *Token) PrepareBlindSign(params *coconut.Params, egPub *elgamal.PublicKey) (*coconut.Lambda, error) + func (t *Token) PrivateKey() PrivateKey + func (t *Token) SequenceNum() *Curve.BIG + func (t *Token) Value() int64