NBitcoin.BouncyCastle.Crypto.Digests.GeneralDigest.ProcessWord C# (CSharp) 메소드

ProcessWord() 공개 추상적인 메소드

public abstract ProcessWord ( byte input, int inOff ) : void
input byte
inOff int
리턴 void
		public abstract void ProcessWord(byte[] input, int inOff);
		public abstract void ProcessLength(long bitLength);