> should developers just blast the key-bits into base64 and ship that? I would argue given the key lengths of ed25519, not even to do base64, but just do hex encoding. Sure it is a little longer, but in return you get much simpler encoding and decoding, no worries about flavors of base64 or padding. In addition, hex encoding is much easier to verbally communicate to someone versus base64. In a security context, I thi…
Verbal communication is a problem with any system that uses letters. In hex for example; 3, B, C, D and E all sound very much the same.