Versions in this module Expand all Collapse all v1 v1.0.1 Feb 26, 2021 v1.0.0 Feb 4, 2021 Changes in this version + type Wallet struct + func NewWallet() *Wallet + func (w *Wallet) Address() string + func (w *Wallet) LoadKey(rsaKeyBytes []byte) error + func (w *Wallet) LoadKeyFromFile(path string) error + func (w *Wallet) PubKeyModulus() *big.Int + func (w *Wallet) Sign(msg []byte) ([]byte, error) + func (w *Wallet) Verify(msg []byte, sig []byte) error