itsdangerous ~master (2022-05-09T14:16:30.7771069)
Dub
Repo
SigningAlgorithm
itsdangerous
dsigner
Undocumented in source.
interface
SigningAlgorithm {
string
getSignature
(ubyte[] key, string value);
bool
verifySignature
(ubyte[] key, string value, string sig);
}
Members
Functions
getSignature
string
getSignature
(ubyte[] key, string value)
Undocumented in source.
verifySignature
bool
verifySignature
(ubyte[] key, string value, string sig)
Undocumented in source.
Meta
Source
See Implementation
itsdangerous
dsigner
classes
HMACAlgorithm
NoneAlgorithm
Signer
functions
constantTimeCompare
interfaces
SigningAlgorithm