Struct Hash.MD5Context
Computes MD5 hash of data. Call Add one or more times. Finally use Hash.MD5Context.Hash to get result.
public struct Hash.MD5Context
Namespace: Au.More
Assembly: Au.dll
Properties
Name | Description |
---|---|
Hash | Computes final hash of datas added with Add. |
IsEmpty |
|
Methods
Name | Description |
---|---|
Add(ReadOnlySpan<byte>) | Adds data. |
Add(string) | Adds string converted to UTF-8. |
Add(void*, int) | Adds data. |
Add<T>(T) | Adds data. |