Versions in this module Expand all Collapse all v1 v1.0.0 Jan 20, 2016 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