mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
ecdsa_hal.c: Add missing configuration for signature generation
This commit is contained in:
parent
d6767c22f5
commit
aa7660c9b4
@ -46,6 +46,8 @@ void ecdsa_hal_gen_signature(ecdsa_hal_config_t *conf, const uint8_t *k, const u
|
||||
;
|
||||
}
|
||||
|
||||
ecdsa_ll_write_param(ECDSA_PARAM_Z, hash, len);
|
||||
|
||||
ecdsa_ll_set_stage(ECDSA_STAGE_LOAD_DONE);
|
||||
|
||||
while (ecdsa_ll_get_state() != ECDSA_STATE_GET) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user