Type Alias MechanismType

MechanismType:
    | MechanismEnum
    | KeyGenMechanism
    | IAlgorithm
    | keyof typeof MechanismEnum
    | string