privateKeyDecoder
abstract fun privateKeyDecoder(curve: EdDSA.Curve): Decoder<EdDSA.PrivateKey.Format, EdDSA.PrivateKey>(source)
Returns a Decoder that decodes EdDSA private keys on the given curve from the specified PrivateKey.Format.