mirror of
https://github.com/yuzu-mirror/mbedtls.git
synced 2025-12-06 07:12:32 +01:00
Fix documentation
Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
This commit is contained in:
parent
72f41562f2
commit
cafda872f3
|
|
@ -522,7 +522,7 @@ class StorageFormat:
|
||||||
key_type: psa_storage.Expr, bits: int,
|
key_type: psa_storage.Expr, bits: int,
|
||||||
alg: psa_storage.Expr
|
alg: psa_storage.Expr
|
||||||
) -> bool:
|
) -> bool:
|
||||||
"""Whether to the given key with the given algorithm.
|
"""Whether to exercise the given key with the given algorithm.
|
||||||
|
|
||||||
Normally only the type and algorithm matter for compatibility, and
|
Normally only the type and algorithm matter for compatibility, and
|
||||||
this is handled in crypto_knowledge.KeyType.can_do(). This function
|
this is handled in crypto_knowledge.KeyType.can_do(). This function
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue