Versions in this module Expand all Collapse all v1 v1.0.1 Nov 18, 2024 v1.0.0 Jun 13, 2021 Changes in this version + type AlgorithmAPI interface + GetPubKeyFromPriKey func(priKey []byte) ([]byte, error) + Sign func(priKey []byte, hash []byte) (*Signature, error) + type Signature struct + Pubkey []byte + SignBytes []byte + V byte + func (s *Signature) Bytes() []byte + func (s *Signature) SignWithPubkey() []byte + func (s *Signature) VLeft() []byte + func (s *Signature) VNone() []byte + func (s *Signature) VRight() []byte