Versions in this module Expand all Collapse all v0 v0.4.2 Apr 28, 2016 v0.4.0 Oct 26, 2015 Changes in this version + const RSA_BITS + const RSA_BITS_MIN + func Encrypt(in, privKey string) (string, error) + func GeneratePrivateKey() (*rsa.PrivateKey, error) + func MarshalPrivateKey(private *rsa.PrivateKey) []byte + func MarshalPublicKey(public *rsa.PublicKey) []byte + func Rand() string + func UnmarshalPrivateKey(private []byte) *rsa.PrivateKey