Hi, need to pass the following parameters to the EDDSA signing ``` typedef struct CK_EDDSA_PARAMS { CK_BBOOL phFlag; CK_ULONG ulContextDataLen; CK_BYTE_PTR pContextData; } ``` ref: https://thalesdocs.com/gphsm/luna/7/docs/network/Content/sdk/mechanisms/CKM_EDDSA.htm but I'm not finding any way to do it. Is that supported? `mechanism = Mechanism(LowLevel.CKM_EDDSA, param=?)` thanks Antonio
Hi,
need to pass the following parameters to the EDDSA signing
ref: https://thalesdocs.com/gphsm/luna/7/docs/network/Content/sdk/mechanisms/CKM_EDDSA.htm
but I'm not finding any way to do it. Is that supported?
mechanism = Mechanism(LowLevel.CKM_EDDSA, param=?)thanks
Antonio