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 support for AES GCM. #41

Merged
merged 3 commits into from Apr 29, 2021
Merged

Add support for AES GCM. #41

merged 3 commits into from Apr 29, 2021

Conversation

dajiaji
Copy link
Owner

@dajiaji dajiaji commented Apr 29, 2021

In addition, make key parameter optional for KeyBuilder.from_symmetric_key.

@codecov
Copy link

codecov bot commented Apr 29, 2021

Codecov Report

Merging #41 (7fe2eb9) into main (61c12d4) will increase coverage by 0.30%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #41      +/-   ##
==========================================
+ Coverage   98.23%   98.53%   +0.30%     
==========================================
  Files          14       14              
  Lines         905      958      +53     
  Branches      210      229      +19     
==========================================
+ Hits          889      944      +55     
+ Misses         13       11       -2     
  Partials        3        3              
Impacted Files Coverage Δ
cwt/key_builder.py 96.96% <100.00%> (+0.04%) ⬆️
cwt/key_types/symmetric.py 98.73% <100.00%> (+2.47%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 61c12d4...7fe2eb9. Read the comment docs.

@dajiaji dajiaji merged commit 1890472 into main Apr 29, 2021
@dajiaji dajiaji deleted the add-support-for-aes-gcm branch May 6, 2021 23:24
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

1 participant