Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 695 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 695 Bytes

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 and IDisposables are closed and released as soon as possible