@microsoft/ccf-app

    Variable generateEddsaKeyPairConst

    generateEddsaKeyPair: (curve: string) => CryptoKeyPair = ccf.crypto.generateEddsaKeyPair

    Generate an EdDSA key pair.

    Type declaration

      • (curve: string): CryptoKeyPair
      • Generate an EdDSA key pair.

        Parameters

        • curve: string

          The name of the curve. Only "curve25519" and "x25519" are supported.

        Returns CryptoKeyPair

    MMNEPVFCICPMFPCPTTAAATR