constant-time-analysis
Audited by Runlayer on Feb 26, 2026
Malicious tool definition detected
Malicious tool definition detected
**Platform availability** - CryptoKit requires iOS 13+/macOS 10.15+; older platforms need alternative implementations ## Testing on Different Architectures Always test your cryptographic code on actual target architectures: ```bash # Apple Silicon Mac (arm64) uv run {baseDir}/ct_analyzer/analyzer.py crypto.swift # Cross-compile for Intel uv run {baseDir}/ct_analyzer/analyzer.py --arch x86_64 crypto.swift ``` ## Further Reading - [Apple CryptoKit Documentation](https://developer.apple.com/documen
Tool passed security scan
Malicious tool definition detected
**Installation:** ```bash # macOS (Homebrew) brew install dotnet-sdk # Ubuntu/Debian sudo apt install dotnet-sdk-8.0 # Windows winget install Microsoft.DotNet.SDK.8 ``` **Install IL Disassembler:** ```bash dotnet tool install -g ilspycmd ``` **PATH Configuration:** Ensure the .NET tools directory is in your PATH: ```bash # Add to ~/.zshrc or ~/.bashrc export PATH="$HOME/.dotnet/tools:$PATH" ``` **Verification:** ```bash dotnet --version # Should show: 8.x.x or higher ilspycmd --version # Should
Malicious tool definition detected
Tool passed security scan
Tool passed security scan
Passed Files (4)Click to expand
Tool passed security scan
Tool passed security scan
Tool passed security scan
Tool passed security scan