Skip to content

Return type for psa_pake_cs_get_hash() is wrong in Crypto API 1.1 PAKE Extension beta.1 #121

@athoelke

Description

@athoelke

The return type should be psa_algorithm_t and not psa_pake_primitive_t. See psa_pake_cs_get_hash().

These are both typedefs of uint32_t, and the defect does not result in compilation issues, merely in comprehension of the API.

Metadata

Metadata

Assignees

Labels

Crypto APIIssue or PR related to the Cryptography APIbugSomething is incorrect or inconsistent in the documentation

Type

No type

Projects

Status

Done

Relationships

None yet

Development

No branches or pull requests

Issue actions