Improve readme
This commit is contained in:
parent
b50a051c7e
commit
48d4852e6a
1 changed files with 3 additions and 0 deletions
|
|
@ -371,3 +371,6 @@ newPGPSplitMessage, err := pgpMessage.SeparateKeyAndData()
|
|||
// Key Packet is in newPGPSplitMessage.GetBinaryKeyPacket()
|
||||
// Data Packet is in newPGPSplitMessage.GetBinaryDataPacket()
|
||||
```
|
||||
|
||||
### Checking keys
|
||||
Keys are now checked on import and the explicit check via `Key#Check()` is deprecated and no longer necessary.
|
||||
Loading…
Add table
Add a link
Reference in a new issue