![]() |
TrustCore SDK Crypto Interface API reference
version 2.0
|
Context structure to hold the appropriate quantum safe asymmetric keys. More...
Data Fields | |
ubyte4 | alg |
ubyte4 | enabled |
ubyte4 | isPrivate |
MocAsymKey | pPublicKey |
MocAsymKey | pSecretKey |
ubyte4 | type |
pSecretKey The secret key structure. pPublicKey The public key structure. enabled Flag indicating whether the operator is enabled. isPrivate Flag indicating whether the secret key is defined. type Flag indicatint whether the context is for key encapsulation mechanisms or signature based authentication. alg The exact algorithm this context is to be used for.