fix: Rename the 'seed' argument for setting an initial regional access boundary for clarity#17186
Conversation
There was a problem hiding this comment.
Code Review
This pull request refactors the RSA cryptography implementation by making the 'rsa' library a core dependency and simplifying the 'RSASigner' and 'RSAVerifier' classes into aliases. It also updates regional access boundary parameter names, handles optional 'es' dependencies with try-except blocks, and simplifies test configurations. Feedback identifies several critical issues, including a breaking change caused by renaming the 'seed' parameter in 'credentials.py', a loss of polymorphic key handling in the RSA refactor, and a syntax error in 'setup.py' due to a missing unpacking operator. Other suggestions include restoring 'posargs' in the 'noxfile.py' to maintain developer experience and fixing various docstring typos and type-hinting issues.
…s boundary for clarity
No description provided.