Schmoose-BouncyCastle
This clone of Bouncy Castle was original created from neoeinstein to add Silverlight and WindowsPhone support. From here, we added projects for Xamarin MonoDroid, PCL and WinRT.
What has changed?
- Deviding Interfaces and Implementation
- Code cleanup and refactoring
- Use of Generics (more to do)
What has improved?
- Full support of RFC 6673
- Accessive use of
using(...)
pattern to assure streams andIDisposables
are closed and released as soon as possible