Skip to content

Commit

Permalink
chore(readme): Add Noir version compatibility description
Browse files Browse the repository at this point in the history
  • Loading branch information
Savio-Sou authored Dec 19, 2024
1 parent 1e23b59 commit 64b9ab8
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,11 @@ Features:
- Efficient implementation ~2 gates per haystack byte, ~5 gates per needle byte
- Both needle and haystack strings can be dynamically constructed in-circuit if required

# Typedefs
## Noir version compatibility

This library is tested with all Noir stable releases from v0.36.0.

## Typedefs

Multiple type definitions represent different hardcoded maximum lengths for the needle/haystack:

Expand Down Expand Up @@ -36,7 +40,7 @@ SubString512
SubString1024
```

# Usage
## Usage

### Basic usage

Expand Down

0 comments on commit 64b9ab8

Please sign in to comment.