Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ibm-substring-matching/description.md
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ The file `out_row.bin` will include 1 ciphertext:
`Ctxt1 = [0, 2, 6, 8, -1, X, X, ...]`, where `X` indicates a don't-care value.

### Hybrid-based packing
In this example we want to find the words "he", "ll", "wo", "rd", "no" in the text "hello world"
In this example we want to find the words "he", "ll", "wo", "rl", "no" in the text "hello world"

The executable will be run as follows:
```
Expand Down