add SCRAM-SHA-256 and SCRAM-SHA-512 support
This commit is contained in:
committed by
Dmitry Podgorny
parent
fc064bc883
commit
771d5865ae
@@ -30,6 +30,8 @@ struct hash_alg {
|
||||
};
|
||||
|
||||
extern const struct hash_alg scram_sha1;
|
||||
extern const struct hash_alg scram_sha256;
|
||||
extern const struct hash_alg scram_sha512;
|
||||
|
||||
void SCRAM_ClientKey(const struct hash_alg *alg,
|
||||
const uint8_t *password,
|
||||
|
||||
Reference in New Issue
Block a user