Versions in this module Expand all Collapse all v0 v0.0.2 Aug 4, 2025 v0.0.1 Aug 4, 2025 Changes in this version + func DecryptPKCS1v15(key *rsa.PrivateKey, encrypted []byte) ([]byte, error) + func EncryptPKCS1v15(key *rsa.PublicKey, data []byte) ([]byte, error) + func SendAndGetHttpResponse[T any](url string, request any) (result T, err error) + func SplitSlice(buf []byte, lim int) [][]byte