Hi wolfSSL team,

Is there any module in which we can make use of ECDSA with SHA256 for signature generation, which is required for the project which I'm working presently.

Note: I've gone through ECC algorithm, but specifically I'm asking about ECDSA now.

Thanks in advance.

Hi Guys,

In my use case, I need to pass a particular number as the Random-number to the signature generation function, which is wc_SignatureGenerate( )
Function parameters are : -
hash_type: WC_HASH_TYPE_SHA256
signature_type: WC_SIGNATURE_TYPE_ECC
Signature length used: 60 bytes

For example Random Number = 0x1111111111111111111111111111111111111111111111111111111111111111.

Can someone please guide me in achieving this! That would be helpful.

Thanks in advance,
Thippeswamy D R