11 lines
131 B
C++
Executable File
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
|