Skip to content

easyextensions ByteArrayExtensions

BigMakCode edited this page Aug 5, 2024 · 1 revision

ByteArrayExtensions Public class

Description

ByteArrayExtensions

Diagram

  flowchart LR
  classDef interfaceStyle stroke-dasharray: 5 5;
  classDef abstractStyle stroke-width:4px
  subgraph EasyExtensions
  EasyExtensions.ByteArrayExtensions[[ByteArrayExtensions]]
  end
Loading

Members

Methods

Public Static methods

Returns Name
string SHA512(byte``[] bytes)
Calculate SHA512 hash of byte array.

Details

Summary

ByteArrayExtensions

Methods

SHA512

public static string SHA512(byte[] bytes)
Arguments
Type Name Description
byte``[] bytes Data to calculate hash.
Summary

Calculate SHA512 hash of byte array.

Returns

SHA512 hash of byte array.

Generated with ModularDoc

Clone this wiki locally