Convert X25519 raw binary key to pem file for openssl

281 Views Asked by At

I have a binary file with one x25519 public key (raw format). I am looking for a way to create a pem (asn.1) to pass to openssl. C or python solutions would be fine too. Any advise?

0

There are 0 best solutions below