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.
- Deviding Interfaces and Implementation
- Code cleanup and refactoring
- Use of Generics (more to do)
- Full support of RFC 6673
- Accessive use of
using(...)
pattern to assure streams andIDisposables
are closed and released as soon as possible