On the functions used for ECDSA signature verification

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

On the functions used for ECDSA signature verification

跳至解决方案
545 次查看
makoto_O
Contributor II

Dear NXP community,

We are currently developing a communication programme using the KW45B41Z-EVK board.

I have looked up the functions that can be used to implement a signature verification process for private and public keys, using ECDSA,
<SecLib_ecp256.h>
ECDSA_VerifySignature function
ECDSA_VerifyMessageSignature function
Are there any functions other than these two functions that can perform ECDSA signature verification?

Advice from those who have performed ECDSA signature verification would be appreciated.

Best regards.

0 项奖励
回复
1 解答
435 次查看
makoto_O
Contributor II

Dear NXP support representative

Thank you for your answer.
We wanted to use this function when implementing the digital signature function on the KW45B41Z-EVK, but the condition of a bus set with a signature length and public key length of 64 bytes (our process is that the signature and public key are 64 bytes or more) does not meet the implementation specifications, so we asked this question.
We will consider other methods.

Thank you for your continued support.

在原帖中查看解决方案

0 项奖励
回复
2 回复数
513 次查看
nxf77486
NXP TechSupport
NXP TechSupport

Hello,

 

Thank you for contacting NXP support.

Answering your question for the usage of the ECDSA functionality the only function available are the ones you mention on your post.

Please let me know if there is anything else where I can help you.

0 项奖励
回复
436 次查看
makoto_O
Contributor II

Dear NXP support representative

Thank you for your answer.
We wanted to use this function when implementing the digital signature function on the KW45B41Z-EVK, but the condition of a bus set with a signature length and public key length of 64 bytes (our process is that the signature and public key are 64 bytes or more) does not meet the implementation specifications, so we asked this question.
We will consider other methods.

Thank you for your continued support.

0 项奖励
回复