Base class for Sha256Crypter and Sha512Crypter. 
            
System Object  CryptSharp Crypter    CryptSharp ShaCrypter      CryptSharp Sha256Crypter      CryptSharp Sha512CrypterNamespace: CryptSharpAssembly: CryptSharp (in CryptSharp.dll) Version: 2.0.0.0
public abstract class ShaCrypter : Crypter
public abstract class ShaCrypter : Crypter
Public MustInherit Class ShaCrypter _
	Inherits Crypter
Public MustInherit Class ShaCrypter _
	Inherits Crypter
public ref class ShaCrypter abstract : public Crypter
public ref class ShaCrypter abstract : public Crypter
[<AbstractClassAttribute>]
type ShaCrypter =  
    class 
        inherit Crypter 
    end