Berserk Docs
Scalar FunctionsHash Functions

hash_sha256

Returns the SHA-256 hash value of the input, encoded as a hex string.

Syntax

hash_sha256(source)

Parameters

Prop

Type

Returns: string

Examples

Example 1

print hash_sha256("Rollo of Normandy")
print_0 (string)
768898c3a4a7e11b4068a3073e5884c489867d3c52095d05683ace06cef2e35a

On this page