Skip to content

IHasher Methods

An interface for all the hashing operations currently in Orleans Storage operations.

Hash(byte[])

abstract
public abstract int Hash(byte[] data)
The hash.

Parameters

databyte[]
The data to hash.

Returns

The given bytes hashed.