-
Notifications
You must be signed in to change notification settings - Fork 169
Closed
Description
While reading the pkcs1 source code, I noticed a potential typo in an internal function name:
Line 389 in fa9f2f2
| fn pspecicied_algorithm_identifier(label: &impl AsRef<[u8]>) -> AlgorithmIdentifierRef<'_> { |
Based on the naming of the constant OID_PSPECIFIED that it uses, I assume the function was meant to be named pspecified_*, not pspecicied_*.
This was introduced with 8c62e09. From what I can tell, there is no impact on functionality.
Metadata
Metadata
Assignees
Labels
No labels