K4os.Hash.xxHash
    
    
        
            
            Adapter implementing 
            
        
        
            
            Creates new . 
            
            Hash size (in bytes)
            Reset function.
            Update function.
            Digest function.
        
        
            
        
        
            
        
        
            
        
        
            
        
        
            
        
        
            
            Base class for both  and . Do not use directly.
            
        
        
            Protected constructor to prevent instantiation.
        
        
            
            xxHash 32-bit.
            
        
        
            Hash of empty buffer.
        
        
            Hash of provided buffer.
            Buffer.
            Length of buffer.
            Digest.
        
        
            Hash of provided buffer.
            Buffer.
            Digest.
        
        
            Hash of provided buffer.
            Buffer.
            Starting offset.
            Length of buffer.
            Digest.
        
        
            Creates xxHash instance.
        
        
            Resets hash calculation.
        
        
            Updates the has using given buffer.
            Buffer.
            Length of buffer.
        
        
            Updates the has using given buffer.
            Buffer.
        
        
            Updates the has using given buffer.
            Buffer.
            Starting offset.
            Length of buffer.
        
        
            Hash so far.
            Hash so far.
        
        
            Hash so far, as byte array.
            Hash so far.
        
        
            Converts this class to 
            
        
        
            
            xxHash 64-bit.
            
        
        
            Hash of empty buffer.
        
        
            Hash of provided buffer.
            Buffer.
            Length of buffer.
            Digest.
        
        
            Hash of provided buffer.
            Buffer.
            Digest.
        
        
            Hash of provided buffer.
            Buffer.
            Starting offset.
            Length of buffer.
            Digest.
        
        
            Creates xxHash instance.
        
        
            Resets hash calculation.
        
        
            Updates the has using given buffer.
            Buffer.
            Length of buffer.
        
        
            Updates the has using given buffer.
            Buffer.
        
        
            Updates the has using given buffer.
            Buffer.
            Starting offset.
            Length of buffer.
        
        
            Hash so far.
            Hash so far.
        
        
            Hash so far, as byte array.
            Hash so far.
        
        
            Converts this class to