Class MD5
Inherited Members
Namespace: Radzen
Assembly: Radzen.Blazor.dll
Syntax
public class MD5
Constructors
MD5()
Declaration
public MD5()
Methods
Calculate(byte[])
Declaration
public static string Calculate(byte[] input)
Parameters
Type | Name | Description |
---|---|---|
byte[] | input |
Returns
Type | Description |
---|---|
string |
leftRotate(uint, int)
Declaration
public static uint leftRotate(uint x, int c)
Parameters
Type | Name | Description |
---|---|---|
uint | x | |
int | c |
Returns
Type | Description |
---|---|
uint |