Skip to content

pkcs1: Potential typo in params.rs #1974

@cr-tk

Description

@cr-tk

While reading the pkcs1 source code, I noticed a potential typo in an internal function name:

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions