Convert the Crypto values from JWK to the equivalent Multikey Pairs' binary data.
The final encoding, with preambles, are done in the general level.
For EDDSA, this is essentially, an empty function, which simply returns the x and d values. The
interface is there to be reused by the ECDSA equivalent, which must do some extra processing.
Convert the Crypto values from JWK to the equivalent Multikey Pairs' binary data. The final encoding, with preambles, are done in the general level.
For EDDSA, this is essentially, an empty function, which simply returns the
x
andd
values. The interface is there to be reused by the ECDSA equivalent, which must do some extra processing.