Improve readme

This commit is contained in:
Aron Wussler 2021-07-30 12:28:03 +02:00
parent b50a051c7e
commit 48d4852e6a

View file

@ -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.