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

add RSAJwk.from_prime_factors() #16

Merged
merged 1 commit into from
Jul 24, 2023
Merged

add RSAJwk.from_prime_factors() #16

merged 1 commit into from
Jul 24, 2023

Conversation

guillp
Copy link
Owner

@guillp guillp commented Jul 24, 2023

to initialize a RSAJwk from 2 prime numbers (and an exponent).

@codecov
Copy link

codecov bot commented Jul 24, 2023

Codecov Report

Merging #16 (643d33d) into main (8a8e9ed) will increase coverage by 0.00%.
The diff coverage is 100.00%.

@@           Coverage Diff           @@
##             main      #16   +/-   ##
=======================================
  Coverage   99.71%   99.71%           
=======================================
  Files          41       41           
  Lines        2437     2443    +6     
=======================================
+ Hits         2430     2436    +6     
  Misses          7        7           
Impacted Files Coverage Δ
jwskate/jwk/rsa.py 100.00% <100.00%> (ø)

@guillp guillp merged commit 25c1c13 into main Jul 24, 2023
15 checks passed
@guillp guillp deleted the rsa branch July 24, 2023 09:50
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.

None yet

2 participants