Example #1
0
 /**
  * Copy constructor.  This will copy the state of the provided
  * message digest.
  */
 public Sha384Digest(
     Sha384Digest t)
     : base(t)
 {
 }
Example #2
0
        /**
         * Copy constructor.  This will copy the state of the provided
         * message digest.
         */
        public Sha384Digest(
			Sha384Digest t)
			: base(t)
		{
		}