JWKToMultikeyBinary(): MultikeyBinary
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.
_curve: CryptoCurves
- unused in this function, just a placeholder