You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CK_EDDSA_PARAMS is not defined or used in PyKCS11.
So I would say it is not yet supported. Patches are welcome.
It looks like CKM_EDDSA is supported by SoftHSM so implementation and tests in PyKCS11 should be possible.
Uh oh!
There was an error while loading. Please reload this page.
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
The text was updated successfully, but these errors were encountered: