Thoth
A functional, expressive, asynchronous C++26 webdev library
Loading...
Searching...
No Matches
_base.hpp
Go to the documentation of this file.
1#pragma once
2
3// namespace Thoth::Http::NHeaders {
4// enum class DigestAlgorithmEnum : uint8_t {
5// Md5,
6// SessionMd5,
7// Sha512Trunc256,
8// SessionSha512Trunc256,
9// Sha256,
10// SessionSha256,
11// };
12//
13// enum class HobaKidTypeEnum : uint8_t {
14// PublicKey = 0,
15// Uri = 1,
16// String = 2
17// };
18// enum class HobaDidTypeEnum : uint8_t {
19// String = 0
20// };
21// enum class HobaAlgorithmsEnum : uint8_t {
22// RsaSha256 = 0,
23// RsaSha1 = 1,
24// };
25// }