Versions in this module Expand all Collapse all v0 v0.0.20 Nov 26, 2024 v0.0.19 Feb 7, 2023 v0.0.18 Feb 7, 2023 Changes in this version + type PrivateKey struct + func FromBytes(data []byte) (*PrivateKey, error) + func (p *PrivateKey) Bytes() []byte + func (p *PrivateKey) PrivateKey() *ecdsa.PrivateKey + func (p *PrivateKey) PublicKey() *ecdsa.PublicKey