Click or drag to resize

HashingContextHashType Enumeration

[Missing <summary> documentation for "T:Godot.HashingContext.HashType"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public enum HashType
Members
  Member nameValueDescription
Md50

Hashing algorithm: MD5.

Sha11

Hashing algorithm: SHA-1.

Sha2562

Hashing algorithm: SHA-256.

See Also