add basic discord support
This commit is contained in:
10
DPP/mlspp/lib/hpke/src/common.h
Executable file
10
DPP/mlspp/lib/hpke/src/common.h
Executable file
@@ -0,0 +1,10 @@
|
||||
#pragma once
|
||||
|
||||
#include <hpke/hpke.h>
|
||||
|
||||
namespace mlspp::hpke {
|
||||
|
||||
bytes
|
||||
i2osp(uint64_t val, size_t size);
|
||||
|
||||
} // namespace mlspp::hpke
|
||||
Reference in New Issue
Block a user