es256 Function

Function:

Calculates the elliptic curve signature of a data string to be transmitted.

Syntax:

es256(byref key as string, byref payload as string, byref result as string)

See Also:

hmac256


Part

Description

key

Encryption key. Can be up to 255 characters long.

payload

The unencrypted data to be transmitted.

result

The calculated signature of the payload is saved in this variable.