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

feat: Support binary type on key and IV parameters #14

Merged
merged 3 commits into from
Dec 13, 2023

Conversation

Laerte
Copy link
Owner

@Laerte Laerte commented Dec 13, 2023

Closes #13

@codecov-commenter
Copy link

Codecov Report

Merging #14 (1c67c79) into main (7197137) will not change coverage.
The diff coverage is 100.00%.

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@            Coverage Diff            @@
##              main       #14   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            3         3           
  Lines           47        50    +3     
  Branches         1         1           
=========================================
+ Hits            47        50    +3     
Files Coverage Δ
aes_pkcs5/algorithms/__init__.py 100.00% <100.00%> (ø)
aes_pkcs5/algorithms/aes_cbc_pkcs5_padding.py 100.00% <100.00%> (ø)
aes_pkcs5/algorithms/aes_ecb_pkcs5_padding.py 100.00% <100.00%> (ø)

@Laerte Laerte marked this pull request as ready for review December 13, 2023 20:01
@Laerte Laerte merged commit f3c6e09 into main Dec 13, 2023
19 checks passed
@Laerte Laerte deleted the feat/support-binary-key-and-iv-parameter branch December 13, 2023 20:01
@Laerte Laerte changed the title feat: Support binary key and IV parameter feat: Support binary type on key and IV parameters Dec 13, 2023
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.

Would you please support the binary secret key?
2 participants