> This fix is twofold: to begin with, I've modified the abstract base
> classes of
> all hash algorithms in Sys.Sec.Crypto to include a protected const field
> called
> SPEC_BLOKCSIZE and overriden InputBlockSize and OutputBlockSize to return
> this
> value.

This would modify the public API and so wouldn't be allowable (i assume).
You'd have to make those either internal or private as opposed to protected.


Alan.
_______________________________________________
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list

Reply via email to