Skip to content

Commit 51cc8a6

Browse files
authored
Update README.md
1 parent 22625c5 commit 51cc8a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
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.
44

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

0 commit comments

Comments
 (0)