botan icon indicating copy to clipboard operation
botan copied to clipboard

CatKDF Example

Open FAlbertDev opened this issue 8 months ago • 3 comments

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

  • #4067

FAlbertDev avatar Jun 17 '24 14:06 FAlbertDev