Skip to content

Commit

Permalink
add additional bytes matches
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-hunhoff committed Mar 2, 2024
1 parent 01f4428 commit df7c6f3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions nursery/encrypt-data-using-salsa20-or-chacha.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ rule:
description: tau
# if sigma and tau are in contiguous memory, may result in concatenated string
- string: "expand 32-byte kexpand 16-byte k"
- bytes: 65 78 70 61 6E 64 20 33 32 2D 62 79 74 65 20 6B = "expand 32-byte k"
- bytes: 65 78 70 61 6E 64 20 31 36 2D 62 79 74 65 20 6B = "expand 16-byte k"
- and:
- string: "expa"
- string: "nd 3"
Expand Down

0 comments on commit df7c6f3

Please sign in to comment.