We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Field
A particular bad example at https://noir-lang.org/docs/dev/noir/concepts/data_types/fields#to_be_bytes. It has u64 and "bits" when wanted Field and "bytes".
u64
bits
any
Challenge: any
GitHub Repository: Noir lang monorepo
Aztec Version: any
Noir Version (if applicable): dev
Operating System: any
just read the docs
Field and "bytes" in the example.
It has u64 and "bits".
// If applicable, add a minimal code snippet that demonstrates the issue
// If applicable, paste any error messages or logs here
If you have any ideas on how to solve this, please share them here:
it doesn't
none
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Issue Description
A particular bad example at https://noir-lang.org/docs/dev/noir/concepts/data_types/fields#to_be_bytes. It has
u64
and "bits
" when wantedField
and "bytes".Project Context
any
Challenge: any
GitHub Repository: Noir lang monorepo
Environment
Aztec Version: any
Noir Version (if applicable): dev
Operating System: any
Steps to Reproduce
just read the docs
Expected Behavior
Field
and "bytes" in the example.Actual Behavior
It has
u64
and "bits
".Code Snippet
Error Messages
Additional Context
Possible Solution
If you have any ideas on how to solve this, please share them here:
Impact on Development
it doesn't
Support Needed
none
The text was updated successfully, but these errors were encountered: