·multiversx-constant-time
!

multiversx-constant-time

multiversx/mx-ai-skills

验证加密操作在恒定时间内执行,以防止定时攻击。在审核智能合约中的自定义加密实现、秘密比较或安全敏感算法时使用。

12安装·0热度·@multiversx

安装

$npx skills add https://github.com/multiversx/mx-ai-skills --skill multiversx-constant-time

SKILL.md

Verify that cryptographic secrets are handled in constant time to prevent timing attacks. This skill is essential when reviewing any code that processes sensitive data where execution time could leak information.

The Threat Model An attacker measures how long operations take to infer secret values:

Use VM Cryptographic Functions BEST PRACTICE: Always prefer built-in VM crypto operations:

验证加密操作在恒定时间内执行,以防止定时攻击。在审核智能合约中的自定义加密实现、秘密比较或安全敏感算法时使用。 来源:multiversx/mx-ai-skills。

查看原文

可引用信息

为搜索与 AI 引用准备的稳定字段与命令。

安装命令
npx skills add https://github.com/multiversx/mx-ai-skills --skill multiversx-constant-time
分类
!安全工具
认证
收录时间
2026-02-01
更新时间
2026-02-18

快速解答

什么是 multiversx-constant-time?

验证加密操作在恒定时间内执行,以防止定时攻击。在审核智能合约中的自定义加密实现、秘密比较或安全敏感算法时使用。 来源:multiversx/mx-ai-skills。

如何安装 multiversx-constant-time?

打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/multiversx/mx-ai-skills --skill multiversx-constant-time 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code 或 Cursor 中使用

这个 Skill 的源码在哪?

https://github.com/multiversx/mx-ai-skills