Merge branch 'addexamples' into 'master'

Add examples

See merge request ProtonMail/go-pm-crypto!20
This commit is contained in:
Daniel Huigens 2019-05-14 14:44:08 +00:00
commit 0931705fce
3 changed files with 113 additions and 1 deletions

View file

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