LeviLamina
Loading...
Searching...
No Matches
System.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
namespace
Crypto::Asymmetric {
6
7
enum class
System :
int
{
8
Rsa1024 = 0,
9
Rsa2048 = 1,
10
Rsa4096 = 2,
11
EcPrime256v1 = 3,
12
EcSecp256k1 = 4,
13
EcSecp384r1 = 5,
14
EcSecp521r1 = 6,
15
};
16
17
}
src
mc
deps
crypto
asymmetric
System.h
Generated on Sat Apr 26 2025 05:55:27 for LeviLamina by
1.12.0