diff --git a/README.md b/README.md index 8238358..04b71b1 100644 --- a/README.md +++ b/README.md @@ -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. \ No newline at end of file