Skip to content

Commit

Permalink
pal: crypto keys remove todo comment
Browse files Browse the repository at this point in the history
tbd

Signed-off-by: Krzysztof Taborowski <[email protected]>
  • Loading branch information
ktaborowski committed Aug 1, 2024
1 parent 9f9cd92 commit 295f684
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion subsys/sal/sid_pal/src/sid_crypto_keys.c
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ static void sid_crypto_keys_attributes_set(sid_crypto_key_id_t sid_key_id,
alg = PSA_ALG_CMAC;
type = PSA_KEY_TYPE_AES;
key_bits = 128;
/* TODO: What if one key can be used with two algs, eg PSA_ALG_CMAC and PSA_ALG_CTR? Should it be saved twice? */
break;
case SID_CRYPTO_KEY_ID_LAST:
LOG_ERR("Unsupported key id %d", sid_key_id);
Expand Down

0 comments on commit 295f684

Please sign in to comment.