UNPKG

@botwall/sdk

Version:

BotWall SDK for site protection and bot crawling

10 lines 288 B
/** * Generates a new Ed25519 keypair. * @returns { publicKey: string, privateKey: string } * Both keys are base64-encoded strings. */ export declare function generateKeypair(): { publicKey: string; privateKey: string; }; //# sourceMappingURL=generateKeypair.d.ts.map