Anton
V.
Projects and
blogs
Random
Blockchain
Noir Editor
Noir Editor
A simple online editor for the Noir language.
untitled.nr
— Noir Editor
File
New...
Open...
Save
Save as...
Reload
Edit
Copy all content to clipboard
Clear content
View
Line numbers
Word wrap
fn main() { let x = [163, 117, 178, 149]; let hash = std::sha256::sha256_var(x, 4); }
1
fn
main
() {
2
let
x
= [
163
,
117
,
178
,
149
];
3
let
hash
=
std::sha256::
sha256_var
(
x
,
4
);
4
}
Noir Editor