Function importPublicKey

  • Imports Ed25519 public CryptoKey from key buffer. If publicKey is already CryptoKey, then this just returns it.

    Parameters

    • publicKey: BufferSource

    Returns Promise<CryptoKey>

Generated using TypeDoc