Skip to content

Refactor crypto_openssl11 to use return types internally#77

Open
k-wasniowski wants to merge 3 commits intocisco:mainfrom
k-wasniowski:refactor-internal-openssl1
Open

Refactor crypto_openssl11 to use return types internally#77
k-wasniowski wants to merge 3 commits intocisco:mainfrom
k-wasniowski:refactor-internal-openssl1

Conversation

@k-wasniowski
Copy link
Contributor

No description provided.

@k-wasniowski k-wasniowski changed the title Refactor internal openssl1 Refactor crypto_openssl11 to use return types internally Mar 6, 2026
{
auto h = HMAC(suite, salt);
h.write(ikm);
auto h = SFRAME_VALUE_OR_THROW(HMAC::create(suite, salt));
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These should all ultimately be _OR_RETURN

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.

2 participants