Versions in this module Expand all Collapse all v0 v0.0.1 Jan 30, 2026 Changes in this version + func Hash(data []byte) string + func MapMatch(pattern map[string]string, data map[string]string) int + func RSAPublickDecrypt(pubKey *rsa.PublicKey, data []byte) []byte + func RSAPublickDecryptEasy(key, data []byte) ([]byte, error) + func Random(n int) string + func SimpleMatch(pattern, s string) bool + func SimpleMatchScore(pattern, s string) int