[]
Computes a simplified hash for the specified binary stream.
public static byte[] ComputeSimpleHash(Stream stream)
| Type | Name | Description |
|---|---|---|
| Stream | stream | The binary stream. |
| Type | Description |
|---|---|
| byte[] | The computed simplified hash. |
Computes a simplified hash for the specified binary stream.
public static byte[] ComputeSimpleHash(byte[] stream)
| Type | Name | Description |
|---|---|---|
| byte[] | stream | The binary stream as a byte array. |
| Type | Description |
|---|---|
| byte[] | The computed simplified hash. |