I'm using ed25519-donna to digitally sign.
The keys are unsigned char[32], and the signatures are unsigned char[64].
I've found this base64 encoding, but it only decodes into string.
I've found and tried many techniques but am still unsure of how to convert.
How can a base64 decoded string be converted to an unsigned char[32]?