Files
shortener-bot/DPP/mlspp/lib/hpke/src/common.h
2024-11-09 01:58:06 +03:00

11 lines
131 B
C++
Executable File

#pragma once
#include <hpke/hpke.h>
namespace mlspp::hpke {
bytes
i2osp(uint64_t val, size_t size);
} // namespace mlspp::hpke