Convert the multikey values to their JWK equivalents. The final x and d values are encoded
in base64 and then the relevant JWK structure are created
For EDDSA, this is a very straightforward operation by just encoding the values and plugging them into a
constant JWK structure. The interface is there to be reused by the ECDSA equivalent, which must
do some extra processing.
Convert the multikey values to their JWK equivalents. The final
xanddvalues are encoded in base64 and then the relevant JWK structure are createdFor EDDSA, this is a very straightforward operation by just encoding the values and plugging them into a constant JWK structure. The interface is there to be reused by the ECDSA equivalent, which must do some extra processing.