Open Class Propertymigueldeicaza.swiftgodot 0.45.0SwiftGodot
godotClassName
HashingContext.swift:15override class var godotClassName: StringName { get }
Overrides
Other members in extension
Types
Instance members
func finish(
) -> PackedByteArray Closes the current context, and return the computed hash.
func start(type: HashingContext.HashType
) -> GodotError Starts a new hash computation of the given
type
(e.g. .hashSha256 to start computation of a SHA-256).func update(chunk: PackedByteArray
) -> GodotError Updates the computation with the given
chunk
of data.