BaseAuth.sign

sign a string suitable for transmission, returning the signature. Passing the data and signature to verify will determine if the data is unchanged.

struct BaseAuth
string
sign
(
string data
)

Meta