LeviLamina
Loading...
Searching...
No Matches
PubKeyFormat.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5namespace Crypto::Asymmetric {
6
7enum class PubKeyFormat : int {
8 X509Pubkey = 0,
9 MsPublickeyblob = 1,
10};
11
12}