How to generate and hex encode a ED25519 keypair using openssl 3.0 c++ [migrated]

So far I can do the following. But I have no idea if it is working because I can’t see the keys. I am planning on extracting them into a char array and storing them In a struct. So I need the full encoded byte array for the private and pub… Continue reading How to generate and hex encode a ED25519 keypair using openssl 3.0 c++ [migrated]