cairo icon indicating copy to clipboard operation
cairo copied to clipboard

Cairo is the first Turing-complete language for creating provable programs for general computation.

Results 338 cairo issues
Sort by recently updated
recently updated
newest added

Hey, I noticed that user-provided arguments (`$@`) were placed before the standard `cargo clippy` flags. This could cause conflicts or unexpected behavior if user args overlap with cargo's own flags....

Cannot implement the trait for other types than u384 when using edition 2024 The goal is to implement this trait for other structs, and have generic function like ```rust pub...

enhancement

Add comprehensive grammar reference for Cairo language including syntax notation, expressions, statements, and detailed examples, that provides developers with a complete syntax reference to improve language adoption and understanding.

1. File: block-expression.adoc Change: Old: "The type of a block is the type of the final operand if exists." New: "The type of a block is the type of the...

reopen: https://github.com/starkware-libs/cairo/pull/7468

use of deprecated method `clap::Arg::requires_all`: Replaced with `Arg::requires_ifs`

Changes Made Renamed constants to follow Rust's UPPER_CASE_SNAKE_CASE convention: message_hash → MESSAGE_HASH pubkey → PUBKEY r → R s → S Updated function call parameters to reflect the new constant...