Skip to content

Commit

Permalink
feat: ✨ add u72-u120
Browse files Browse the repository at this point in the history
  • Loading branch information
colinnielsen committed Jul 12, 2023
1 parent f3b83f6 commit 18ae176
Show file tree
Hide file tree
Showing 3 changed files with 368 additions and 17 deletions.
2 changes: 1 addition & 1 deletion Nargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "noir-u2b"
authors = ["@colinnielsen"]
compiler_version = "0.7.1"
compiler_version = "0.8.0"
notes = "AMDG"

[dependencies]
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ In your `Nargo.toml` file, add the following dependency:

```toml
[dependencies]
u2b = { tag = "v0.2.0", git = "https://github.com/colinnielsen/noir-u2b" }
u2b = { tag = "v0.3.0", git = "https://github.com/colinnielsen/noir-u2b" }
```

Conversion functions are available for all unsigned integer types `u(8-64)`. They can be used as follows:
Conversion functions are available for all unsigned integer types `u(8-128)`. They can be used as follows:

```rust
use dep::u2b;
Expand Down
Loading

0 comments on commit 18ae176

Please sign in to comment.