Versions in this module Expand all Collapse all v0 v0.2.0 May 31, 2021 v0.1.0 Jan 17, 2019 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)