Skip to content

Protocol

EdDSAKey

This protocol represents a key that can be used for signing and verifying EdDSA signatures. Both EdDSA.PublicKey and EdDSA.PrivateKey conform to this protocol.
protocol EdDSAKey : Sendable

Relationships

Inherits From

  • Swift.Sendable
  • Swift.SendableMetatype

Conforming Types