Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 0
easyextensions ByteArrayExtensions
BigMakCode edited this page Aug 5, 2024
·
1 revision
ByteArrayExtensions
flowchart LR
classDef interfaceStyle stroke-dasharray: 5 5;
classDef abstractStyle stroke-width:4px
subgraph EasyExtensions
EasyExtensions.ByteArrayExtensions[[ByteArrayExtensions]]
end
| Returns | Name |
|---|---|
string | SHA512(byte``[] bytes)Calculate SHA512 hash of byte array. |
ByteArrayExtensions
publicstaticstringSHA512(byte[]bytes)| Type | Name | Description |
|---|---|---|
byte``[] | bytes | Data to calculate hash. |
Calculate SHA512 hash of byte array.
SHA512 hash of byte array.
Generated withModularDoc