Versions in this module Expand all Collapse all v5 v5.1.0 Dec 20, 2023 Changes in this version + func ParseASN1RSAPublicKey(derBytes []byte) (*rsa.PublicKey, error) + func RSAEncrypt(pub *rsa.PublicKey, msg []byte) []byte + func SymmetricDecrypt(ciph cipher.Block, src []byte) []byte + func SymmetricEncrypt(ciph cipher.Block, src []byte) []byte Other modules containing this package github.com/Flo4604/go-steam github.com/Flo4604/go-steam/v4