add basic discord support

This commit is contained in:
2024-11-09 01:58:06 +03:00
parent c3e7a9c92d
commit 8965b7ee90
869 changed files with 191278 additions and 7 deletions

10
DPP/mlspp/lib/hpke/src/common.h Executable file
View 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