/** * Copy constructor. This will copy the state of the provided * message digest. */ public Sha512Digest( Sha512Digest t) : base(t) { }