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

CatKDF Example #4134

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open

Conversation

FAlbertDev
Copy link
Collaborator

As mentioned in PR #4076, the CatKDF KEM Combiner doesn't quite fit into Botan's interface. So, this pull request provides an example of using CatKDF to meet one's specific needs. The example includes a standalone function implementation of CatKDF, a Known Answer Test (KAT) from the specification, and a sample key exchange that demonstrates using CatKDF with Kyber and ECDH (using the KEX-to-KEM adapter).

Pull Request Dependencies

@coveralls
Copy link

Coverage Status

coverage: 91.772% (+0.003%) from 91.769%
when pulling e49dc36 on Rohde-Schwarz:cat_kdf_example
into d6b35ca on randombit:master.

@coveralls
Copy link

Coverage Status

coverage: 91.76% (-0.009%) from 91.769%
when pulling d9fca2d on Rohde-Schwarz:cat_kdf_example
into d6b35ca on randombit:master.

@randombit randombit added this to the Botan 3.6.0 milestone Jun 30, 2024
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

3 participants