10 lines
161 B
C++
10 lines
161 B
C++
#include "cpr/digest.h"
|
|
|
|
namespace cpr {
|
|
|
|
const char* Digest::GetAuthString() const noexcept {
|
|
return Authentication::GetAuthString();
|
|
}
|
|
|
|
} // namespace cpr
|