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