Skip to content

Instantly share code, notes, and snippets.

@thb-sb
thb-sb / oqs-provider_372_poc.c
Created March 14, 2024 13:56
PoC OpenSSL params for extracting quantum-resistant keys and classical keys from an hybrid pair of keys.
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <openssl/core_names.h>
#include <openssl/crypto.h>
#include <openssl/err.h>
#include <openssl/evp.h>
#include <openssl/provider.h>