Crate scram_rs[][src]

Scram-RS (Sync)

Provides a SASL SCRAM:

  • SHA1
  • SHA256
  • SHA512
  • -PLUS

For usage see ./examples/

Files:

  • scram.rs contains client/server handler and private realization of the data parser
  • scram_hashing.rs contains all supported hashers implementation
  • scram_error.rs error reporting code
  • scram_common.rs a common code
  • scram_cb.rs a channel bind code
  • scram_auth.rs a authentification callbacks and interface

Modules

scram
scram_auth
scram_cb
scram_common
scram_error
scram_hashing

Macros

scram_error
scram_error_map