X Tutup
Skip to content

crypto: deduplicate cipher initialization code#23011

Closed
tniessen wants to merge 2 commits intonodejs:masterfrom
tniessen:crypto-deduplicate-cipher-init
Closed

crypto: deduplicate cipher initialization code#23011
tniessen wants to merge 2 commits intonodejs:masterfrom
tniessen:crypto-deduplicate-cipher-init

Conversation

@tniessen
Copy link
Copy Markdown
Member

CipherBase::Init and CipherBase::InitIv contain a lot of duplicate code, this commit moves that into a separate function and makes necessary abstractions.

cc @nodejs/crypto

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • commit message follows commit guidelines

Loading
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

c++ Issues and PRs that require attention from people who are familiar with C++. crypto Issues and PRs related to the crypto subsystem.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants

X Tutup