Skip to content

Conversation

jrconlin
Copy link
Member

@jrconlin jrconlin commented Oct 2, 2025

  • Update crypt object references to functions
  • Format code using black for consistency

Closes #105

@jrconlin jrconlin requested review from Copilot and taddes October 2, 2025 17:32
Copy link

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR updates the library to conform to the latest EC (Elliptic Curve) recommendations and ensures code consistency through black formatting. The main focus is updating cryptographic object references to use function calls instead of direct object references.

  • Updates EC curve object references to function calls (ec.SECP256R1ec.SECP256R1())
  • Applies black code formatting for consistent style throughout the codebase
  • Bumps version from 1.9.2 to 1.9.3

Reviewed Changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.

File Description
python/pyproject.toml Version bump to 1.9.3
python/py_vapid/init.py Updates EC curve references to function calls and applies black formatting

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

Be declarative about parameters.

Co-authored-by: Copilot <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

CryptographyDeprecationWarning with a seemingly simple fix

1 participant