Merge branch 'addexamples' into 'master'
Add examples See merge request ProtonMail/go-pm-crypto!20
This commit is contained in:
commit
0931705fce
3 changed files with 113 additions and 1 deletions
|
|
@ -55,7 +55,6 @@ func (pm *PmCrypto) DecryptMessage(encryptedText string, privateKey *KeyRing, pa
|
|||
return "", err
|
||||
}
|
||||
|
||||
println(4)
|
||||
return string(b), nil
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue