Show / Hide Table of Contents

Enum BlockFunction.Hash

The available hashing functions.

Namespace: RuriLib
Assembly: RuriLib.dll
Syntax
public enum Hash

Fields

Name Description
MD5

The MD5 hashing function (128 bits digest).

SHA1

The SHA-1 hashing function (160 bits digest).

SHA256

The SHA-256 hashing function (256 bits digest).

SHA384

The SHA-384 hashing function (384 bits digest).

SHA512

The SHA-512 hashing function (512 bits digest).

  • Improve this Doc
  • View Source
Back to top Generated by DocFX