You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
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.
4
4
5
5
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)
0 commit comments