Versions in this module Expand all Collapse all v0 v0.5.0 Mar 27, 2024 Changes in this version + type Onion struct + Address string + PublicKey ed25519.PublicKey + SecretKey ed25519.PrivateKey + func NewOnion(seedBytes []byte) (*Onion, error) + func (c Onion) MarshalJSON() ([]byte, error)