Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FW-778: Initial commit for the PKA drivers #441

Open
wants to merge 6 commits into
base: develop
Choose a base branch
from

Conversation

TimothyClaeys
Copy link
Member

These first commits provide support for the ECDSA signature verification algorithm. Code is added to the cryptoengine files and the 01bsp_cryptoengine project has been updated with a test suite containing one signature verification over the secp256r1 curve.

This patch makes the cryptoengine API generic. The cryptoengine.h file
doesn't contain any references to hardware types specific to a platform.
Platform specific details are hidden in the platorm specific
cryptoengine.c files.
Added dummy functions on platorms:
- agilefox
- cc1200dk
- derfmega
- eldorado
- ez430-rf2500
- gina
- iot-lab_A8-m3
- iot-lab_M3
- openmotestm
- python
- samr21_xpro
- scum
- silabs-ezr32wg
- telosb
- wsn430v13b
- wsn430v14
- z1
Added full implementation on platforms:
- openmote-b
- openmote-b-24ghz
- openmote-bsubghz
…rations

Affected platforms:
- openmote-b-subghz
- openmote-b-24ghz
@changtengfei
Copy link
Member

Can one of the admins verify this patch?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants