Add Encrypt/Decrypt examples
This commit is contained in:
parent
8f830e09ac
commit
0421e1c829
3 changed files with 94 additions and 1 deletions
|
|
@ -54,7 +54,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