Versions in this module Expand all Collapse all v1 v1.0.1 Sep 18, 2022 v1.0.0 Sep 18, 2022 Changes in this version + func EscapeSimpleQuotedString(str string) string + func EscapeSimpleQuotedStringContents(str string) string + func EscapeSimpleQuotedStringIfNeeded(str string) string + func OnionServiceIDFromPrivateKey(key crypto.PrivateKey) string + func OnionServiceIDFromPublicKey(key crypto.PublicKey) string + func OnionServiceIDFromV2PublicKey(key *rsa.PublicKey) string + func OnionServiceIDFromV3PublicKey(key ed25519.PublicKey) string + func PartitionString(str string, ch byte) (string, string, bool) + func PartitionStringFromEnd(str string, ch byte) (string, string, bool) + func PublicKeyFromV3OnionServiceID(id string) (ed25519.PublicKey, error) + func UnescapeSimpleQuotedString(str string) (string, error) + func UnescapeSimpleQuotedStringContents(str string) (string, error) + func UnescapeSimpleQuotedStringIfNeeded(str string) (string, error)