UNPKG

vibe-cli-tool

Version:

VibeCLI v1.9 - 模板商店生态,智能部署生成,多语言支持,交互式学习系统,企业级Web全栈应用CLI工具

5 lines 376 B
export declare function computeSha256(filePath: string): Promise<string>; export declare function verifySha256(filePath: string, signatureFile: string): Promise<boolean>; export declare function getStorePublicKey(): Uint8Array; export declare function verifyEd25519(data: Uint8Array, signatureB64: string, pubKey?: Uint8Array): boolean; //# sourceMappingURL=signature.d.ts.map