Versions in this module Expand all Collapse all v0 v0.1.0 Jul 19, 2018 Changes in this version + func GetType() int + type PrivateKey interface + PublicKey func() PublicKey + type PrivateKeyAdapter struct + func (pa PrivateKeyAdapter) GetD() *big.Int + func (pa PrivateKeyAdapter) GetType() int + func (pa PrivateKeyAdapter) Public() (*big.Int, *big.Int) + func (pa PrivateKeyAdapter) PublicKey() PublicKey + func (pa PrivateKeyAdapter) Serialize() []byte + func (pa PrivateKeyAdapter) SerializeSecret() []byte + type PublicKey interface + type PublicKeyAdapter struct + func (pa PublicKeyAdapter) GetCurve() interface{} + func (pa PublicKeyAdapter) GetType() int + func (pa PublicKeyAdapter) GetX() *big.Int + func (pa PublicKeyAdapter) GetY() *big.Int + func (pa PublicKeyAdapter) Serialize() []byte + func (pa PublicKeyAdapter) SerializeCompressed() []byte + func (pa PublicKeyAdapter) SerializeHybrid() []byte + func (pa PublicKeyAdapter) SerializeUncompressed() []byte + func (pa PublicKeyAdapter) ToECDSA() *ecdsa.PublicKey + type Signature interface + type SignatureAdapter struct + func (s SignatureAdapter) GetR() *big.Int + func (s SignatureAdapter) GetS() *big.Int + func (s SignatureAdapter) Serialize() []byte