OM-SE050ARD-E and arduino - Kiloblitz?

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

OM-SE050ARD-E and arduino - Kiloblitz?

跳至解决方案
879 次查看
sick_cat
Contributor I

Hello NXP Community,

I am working with the OM-SE050ARD-E development board and need guidance on configuring it to generate a secp256k1 elliptic curve key pair, specifically for Bitcoin Native SegWit address generation. While I understand that I need to use the Se05x_API_CreateCurve() function to initialize the curve, I want to make sure I get this right, as it’s a critical component of my project.

I am comfortable handling the Bitcoin-specific operations (e.g., public key compression, hashing, Bech32 encoding) using libraries like uBitcoin in Arduino. However, if I cannot properly configure the SE050 for secp256k1, I am essentially stuck.

Here are my specific questions:

What are the exact steps to configure the OM-SE050ARD-E for the secp256k1 curve using the NXP middleware?
Are there specific parameters or policies I should set during key generation to ensure secure, repeatable results?
Can the configuration process be repeated safely on the development board, or are there irreversible steps I should be cautious about?
Any example code or best practices would be invaluable. I want to ensure I fully utilize the SE050’s capabilities while minimizing risks during development.

Thank you for your help!

标签 (2)
标记 (4)
0 项奖励
回复
1 解答
863 次查看
Kan_Li
NXP TechSupport
NXP TechSupport

Hi @sick_cat ,

 

There have already been several threads on this topic, and for you case, you may refer to https://community.nxp.com/t5/Other-NXP-Products/How-to-properly-parametrize-a-SECP256K1-curve-using-... for details.

 

Hope that helps,

 

Have a great day,
Kan


-------------------------------------------------------------------------------
Note:
- If this post answers your question, please click the "Mark Correct" button. Thank you!
- We are following threads for 7 weeks after the last post, later replies are ignored
Please open a new thread and refer to the closed one, if you have a related question at a later point in time.
-------------------------------------------------------------------------------

在原帖中查看解决方案

0 项奖励
回复
1 回复
864 次查看
Kan_Li
NXP TechSupport
NXP TechSupport

Hi @sick_cat ,

 

There have already been several threads on this topic, and for you case, you may refer to https://community.nxp.com/t5/Other-NXP-Products/How-to-properly-parametrize-a-SECP256K1-curve-using-... for details.

 

Hope that helps,

 

Have a great day,
Kan


-------------------------------------------------------------------------------
Note:
- If this post answers your question, please click the "Mark Correct" button. Thank you!
- We are following threads for 7 weeks after the last post, later replies are ignored
Please open a new thread and refer to the closed one, if you have a related question at a later point in time.
-------------------------------------------------------------------------------

0 项奖励
回复