Commit 86bea6c
authored
add support for ED25519 signature scheme (#254)
* wolfhsm: add support for Ed25519 signature algorithm
* test: add ED25519 tests
* ed25519: add DMA crypto callback handlers
* ed25519: fix type mismatch between wolfHSM and wolfcrypt
* ed25519: DMA: map ASN_PARSE_E to BAD_FUNC_ARG
* ed25519: rename cache import/export functions
* ed25519: use const qualifier inside wh_Crypto_Ed25519SerializeKeyDer
* ed25519: use WH_ERROR* for wh functions and translate to wc errors in cbs
* ed25519: remove 0-sized padding
* ed25519: use macro constant instead of magic number for max ctx len1 parent d8afb8c commit 86bea6c
File tree
12 files changed
+2339
-2
lines changed- examples/posix/wh_posix_server
- src
- test
- config
- wolfhsm
12 files changed
+2339
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
99 | 99 | | |
100 | 100 | | |
101 | 101 | | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
102 | 105 | | |
103 | 106 | | |
104 | 107 | | |
| |||
0 commit comments