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 7a64646 commit f0751f4Copy full SHA for f0751f4
crates/starknet-types-core/src/felt/qm31.rs
@@ -38,7 +38,7 @@ impl QM31Felt {
38
self.0
39
}
40
41
- /// Create a [QM31Felt] from the raw internal representation. Reduces four u64 coordinates so that the fit in 144 bits.
+ /// Create a [QM31Felt] from the raw internal representation. Reduces four u64 coordinates so that they fit in 144 bits.
42
pub fn from_raw(coordinates: [u64; 4]) -> QM31Felt {
43
Self([
44
coordinates[0] % STWO_PRIME,
0 commit comments