forked from packages/digest_auth_rs
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
4 years ago | |
|---|---|---|
| src | 4 years ago | |
| .gitignore | ||
| CHANGELOG.md | 4 years ago | |
| Cargo.toml | 4 years ago | |
| LICENSE.txt | ||
| README.md | ||
README.md
Rust implementation of Digest Auth hashing algorithms, as defined in IETF RFC 2069, 2617, and 7616.
This crate provides the authentication header parsing and generation code.