Name
otrl_privkey_fingerprint_raw — returns the human-readable fingerprint of a given account
Synopsis
string otrl_privkey_fingerprint_raw( | ustate, | |
| | accountname, | |
| | protocol); | |
OtrlUserState ustate;
string accountname;
string protocol;
Description
Calculate a raw hash of the fingerprint for the local account with the given accountname using the given protocol.
Returns the raw hash or raises a LookupError if it couldn't find any matching fingerprint for the given account.