Class Blake2b
Inheritance
System.Object
Blake2b
Assembly: Netmavryk.dll
Syntax
public static class Blake2b : object
Methods
|
Improve this Doc
View Source
GetDigest(Byte[])
Declaration
public static byte[] GetDigest(byte[] msg)
Parameters
| Type |
Name |
Description |
| System.Byte[] |
msg |
|
Returns
| Type |
Description |
| System.Byte[] |
|
|
Improve this Doc
View Source
GetDigest(Byte[], Int32)
Declaration
public static byte[] GetDigest(byte[] msg, int size)
Parameters
| Type |
Name |
Description |
| System.Byte[] |
msg |
|
| System.Int32 |
size |
|
Returns
| Type |
Description |
| System.Byte[] |
|