Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pkcs1v15: make *_with_prefix methods the default #290

Merged
merged 1 commit into from
Apr 11, 2023

Commits on Apr 10, 2023

  1. pkcs1v15: make *_with_prefix methods the default

    Renames the following:
    
    - `SigningKey::new` => `SigningKey::new_unprefixed`
    - `SigningKey::new_with_prefix` => `SigningKey::new`
    - `VerifyingKey::new` => `VerifyingKey::new_unprefixed`
    - `VerifyingKey::new_with_prefix` => `VerifyingKey::new`
    
    The `*_with_prefix` methods are preserved with a deprecation warning,
    which should help people migrate to the new versions.
    
    Closes #238
    tarcieri committed Apr 10, 2023
    Configuration menu
    Copy the full SHA
    ee09aab View commit details
    Browse the repository at this point in the history