Table of Contents

Enum HashingContext.HashType

Namespace
Godot
Assembly
GodotSharp.dll
public enum HashingContext.HashType : long

Fields

Md5 = 0

Hashing algorithm: MD5.

Sha1 = 1

Hashing algorithm: SHA-1.

Sha256 = 2

Hashing algorithm: SHA-256.