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