Function
Factory function to create a OV-Is-pkc signature instance
Initialized OV-Is-pkc instance
createOVIsPkc
If module initialization fails
import { createOVIsPkc } from '@openforge-sh/liboqs';const sig = await createOVIsPkc();const { publicKey, secretKey } = sig.generateKeyPair();sig.destroy(); Copy
import { createOVIsPkc } from '@openforge-sh/liboqs';const sig = await createOVIsPkc();const { publicKey, secretKey } = sig.generateKeyPair();sig.destroy();
Factory function to create a OV-Is-pkc signature instance