ChangeLog 428 B

1234567891011
  1. 2009-04-29 Sebastien Pouliot <[email protected]>
  2. * hashwrap.cs: Add "#if !NET_2_1 ... #endif" on wrappers so they
  3. don't get compiled for 2.1 (since mscorlib 2.1 lacks some
  4. required types and the generated code is not part of SL2).
  5. 2008-08-05 Sebastien Pouliot <[email protected]>
  6. * hashwrap.cs: Build wrappers around managed hash implementations
  7. for CNG and CSP types.
  8. * Makefile: Build tools and wrappers.