Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
filipnavara authored Dec 15, 2020
1 parent 22625c5 commit 51cc8a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
This library takes OpenPGP implementation from BouncyCastle and updates it to work on top of .NET cryptography classes instead of BouncyCastle ones. It also updates the API to use generics and latest C# features. Where deemed reasonable it also tries to avoid mistakes that were present in the original BouncyCastle design like passing in parameters that are already implied by other means and where mismatch would only result in error.

At the moment this is not a production ready code and some features of the original API are missing or not working:
- Bzip2 compression
- Bzip2 compression and decompression, Zlib compression (RFC 1950)
- ElGamal ciphers
- SHA224 hash algorithm
- DSA with large keys or 224-bit Q value
Expand Down

0 comments on commit 51cc8a6

Please sign in to comment.