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