Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
paragonie-security committed Jan 3, 2019
2 parents 62011bd + 0dea5eb commit d4f3ca9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,10 @@ if (EasyRSA::verify($message, $signature, $publicKey)) {
}
```

## Compatibility

EasyRSA is only compatible with itself. It is not compatible with OpenGPG (GnuPG, Mailvelope, etc.) You'll want [GPG-Mailer](https://github.com/paragonie/gpg-mailer) instead.

## What Does it Do Under the Hood?

* Encryption (KEM+DEM)
Expand Down

0 comments on commit d4f3ca9

Please sign in to comment.