Skip to content

string.sha1

starkos edited this page Apr 10, 2021 · 3 revisions

⚠️ We have a new website! Visit now for the most update to date documentation.
       This wiki is no longer being maintained.


Returns a SHA-1 hash of a string value.

string.sha1("value")

Parameters

value is the string value to be hashed.

Return Value

The SHA-1 hash value of the provided string.

Availability

Premake 5.0 or later.

See Also

Clone this wiki locally