Skip to content

Refactor crypto_boringssl to use return types internally#78

Open
k-wasniowski wants to merge 5 commits intocisco:mainfrom
k-wasniowski:refactor-internal-boringssl
Open

Refactor crypto_boringssl to use return types internally#78
k-wasniowski wants to merge 5 commits intocisco:mainfrom
k-wasniowski:refactor-internal-boringssl

Conversation

@k-wasniowski
Copy link
Contributor

No description provided.

hkdf_extract(CipherSuite suite, input_bytes salt, input_bytes ikm)
{
const auto* md = openssl_digest_type(suite);
const auto* md = SFRAME_VALUE_OR_THROW(openssl_digest_type(suite));
Copy link
Contributor

Choose a reason for hiding this comment

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

As with the other PRs, this should be _OR_RETURN.

@k-wasniowski k-wasniowski force-pushed the refactor-internal-boringssl branch from 3fa6b57 to 1e6df50 Compare March 9, 2026 13:18
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