We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 153fb72 commit 0481b0fCopy full SHA for 0481b0f
Nargo.toml
@@ -5,4 +5,4 @@ authors = [""]
5
compiler_version = ">=0.36.0"
6
7
[dependencies]
8
-check_shuffle = {tag = "v0.2.0", git = "https://github.com/noir-lang/noir_check_shuffle"}
+check_shuffle = {tag = "v0.2.1", git = "https://github.com/noir-lang/noir_check_shuffle"}
src/lib.nr
@@ -81,7 +81,7 @@ where
81
82
pub struct SortResult<T, let N: u32> {
83
pub sorted: [T; N],
84
- pub sort_indices: [Field; N],
+ pub sort_indices: [u32; N],
85
}
86
87
pub fn sort_advanced<T, let N: u32>(
0 commit comments