Data Structures
Here are the data structures with brief descriptions:
C4eAlgo32Uint | A 32-bit unsigned integer composed from digits |
C4eDlcDomain | Discrete logarithm (DL) domain parameters (public) |
C4eEcDomain | Elliptic Curve domain parameters |
C4eElement | Element of a set/field, a big number or binary polynomial |
C4eElemOsp | An octet string conversion capable element, having an exact length specification (in bytes) |
C4eElemPair | A pair of elements and it's attribute |
C4eElemTriple | A triple of elements and it's attribute(s) |
C4eRsaKeyPrv | RSA private key |