Function
Factory function to create a OV-Is-pkc-skc signature instance
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(); Copy
import { createOVIsPkcSkc } from '@openforge-sh/liboqs';const sig = await createOVIsPkcSkc();const { publicKey, secretKey } = sig.generateKeyPair();sig.destroy();
Factory function to create a OV-Is-pkc-skc signature instance