| ComputeHash(Byte) | Perform a default Blake2 hash on the given buffer. |
| ComputeHash(Byte, Blake2BConfig) | Perform a Blake2 hash on the given buffer using the given Blake2 configuration. |
| ComputeHash(Byte, Int32, Int32) | Perform a default Blake2 hash on the given buffer. |
| ComputeHash(Byte, Int32, Int32, Blake2BConfig) |