class Spatio
{
public:
string role = "Student";
vector<string> specialities =
{
"Operational Security",
"Software Engineering",
"Hardware Design",
"Designing Artificial Intelligence Workflows",
"Applied Cryptography"
};
vector<string> currentlyLearning =
{
"Modern Cryptography",
"Embedded Security",
"Hardware Security",
"Reverse Engineering"
};
};- RSA
- AES
- ChaCha20
- X25519
- Ed25519
- SHA-2
- Digital Signatures
- Secure Protocol Design
- Zero Trust Architecture
"Systems requiring trust are not well designed"
