Skip to content

Ed25519ph (prehashed) mechanism flag #131

Description

@totopr

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

Metadata

Metadata

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions