Add Encrypt/Decrypt examples

This commit is contained in:
William Gotti 2019-05-14 15:39:35 +02:00
parent 8f830e09ac
commit 0421e1c829
3 changed files with 94 additions and 1 deletions

View file

@ -54,7 +54,6 @@ func (pm *PmCrypto) DecryptMessage(encryptedText string, privateKey *KeyRing, pa
return "", err
}
println(4)
return string(b), nil
}