We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0fea9f commit 176c1deCopy full SHA for 176c1de
crates/starknet-types-core/src/felt/qm31.rs
@@ -35,7 +35,7 @@ impl fmt::Display for QM31Error {
35
pub struct QM31Felt(pub(crate) FieldElement<Stark252PrimeField>);
36
37
impl QM31Felt {
38
- /// [Felt] constant that's equal to 0.
+ /// [QM31Felt] constant that's equal to 0.
39
pub const ZERO: Self = Self(FieldElement::<Stark252PrimeField>::from_hex_unchecked("0"));
40
41
/// Reads four u64 coordinates from a single Felt. STWO_PRIME fits in 36 bits, hence each coordinate
0 commit comments