Module scram_rs::scram_hashing

source ·

Structs§

  • All hashing code dedicated for SHA1. Both rust native and ring inplemetations. A ScramProvider which provides SCRAM-SHA-1 and SCRAM-SHA-1-PLUS based on the PBKDF2, Sha, Hmac
  • All hasing code dedicated for SHA256. Both rust native and ring inplemetations. A ScramProvider which provides SCRAM-SHA-256 and SCRAM-SHA-256-PLUS based on the PBKDF2, Sha, Hmac
  • All hashing code dedicated for SHA512. Both rust native and ring inplemetations. A ScramProvider which provides SCRAM-SHA-512 and SCRAM-SHA-512-PLUS based on the PBKDF2, Sha, Hmac

Traits§