Murmur3 Class Members
See Also  Fields Properties Methods 
SourceCode.Security.Cryptography Namespace : Murmur3 Class


Glossary Item Box

The following tables list the members exposed by Murmur3.

Public Constructors

  Name Description
Public Constructor Murmur3 Constructor Overloaded.   
Top

Protected Fields

Public Properties

  Name Description
Public Property CanReuseTransform Overridden. Gets a value indicating whether the current transform can be reused.  
Public Property CanTransformMultipleBlocks Overridden. When overridden in a derived class, gets a value indicating whether multiple blocks can be transformed.  
Public Property Hash (Inherited from System.Security.Cryptography.HashAlgorithm)
Public Property HashSize Overridden. Gets the size, in bits, of the computed hash code.  
Public Property InputBlockSize Overridden. When overridden in a derived class, gets the input block size.  
Public Property OutputBlockSize Overridden. When overridden in a derived class, gets the output block size.  
Public Property Seed  
Top

Public Methods

Protected Methods

  Name Description
Protected Method HashCore Overridden. When overridden in a derived class, routes data written to the object into the hash algorithm for computing the hash.  
Protected Method HashFinal Overridden. When overridden in a derived class, finalizes the hash computation after the last data is processed by the cryptographic stream object.  
Top

See Also