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 Algorithm struct + func (a *Algorithm) GetPubKeyFromPriKey(priKey []byte) ([]byte, error) + func (a *Algorithm) Sign(priKey []byte, hash []byte) (*algorithm.Signature, error)