Skip to content

Structure

EdDSA.PublicKey

A struct representing a public key used in EdDSA (Edwards-curve Digital Signature Algorithm).
struct PublicKey

Overview

In JWT, EdDSA public keys are represented as a single x-coordinate and are used for verifying signatures. Currently, only the ed25519 curve is supported.

Topics

Operators

Initializers

Instance Properties

Relationships

Conforms To

  • EdDSAKey
  • Swift.Equatable
  • Swift.Sendable
  • Swift.SendableMetatype