| 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) | |
| Create | Create a default Blake2 hash. |
| Create(Blake2BConfig) | Create a Blake2 hash with the given configuration. |