@openforge-sh/liboqs - v0.14.3
    Preparing search index...

    Function createOVIsPkcSkc

    • Function

      Factory function to create a OV-Is-pkc-skc signature instance

      Returns Promise<OVIsPkcSkc>

      Initialized OV-Is-pkc-skc instance

      createOVIsPkcSkc

      If module initialization fails

      import { createOVIsPkcSkc } from '@openforge-sh/liboqs';

      const sig = await createOVIsPkcSkc();
      const { publicKey, secretKey } = sig.generateKeyPair();
      sig.destroy();