noir-lang / noir

Noir is a domain specific language for zero knowledge proofs
https://noir-lang.org
Apache License 2.0
821 stars 177 forks source link

feat(stdlib): Update stdlib to use explicit numeric generics #5306

Closed vezenovm closed 1 week ago

vezenovm commented 1 week ago

Description

Problem*

Builds upon changes in https://github.com/noir-lang/noir/pull/5155 as to avoid warnings in the stdlib.

Summary*

This PR simply switches away from all usages of implicit numeric generics in the stdlib as to avoid the warning created in #5155.

Additional Context

Documentation*

Check one:

PR Checklist*