Click or drag to resize

HashingContextStart Method

Starts a new hash computation of the given type (e.g. to start computation of a SHA-256).

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public Error Start(
	HashingContextHashType type
)

Parameters

type
Type: GodotHashingContextHashType

[Missing <param name="type"/> documentation for "M:Godot.HashingContext.Start(Godot.HashingContext.HashType)"]

Return Value

Type: Error

[Missing <returns> documentation for "M:Godot.HashingContext.Start(Godot.HashingContext.HashType)"]

See Also