tests/fixtures/clean.py
| 1 | # No classical crypto here - should produce zero findings. |
| 2 | def add(a: int, b: int) -> int: |
| 3 | return a + b |
| 4 | |
| 1 | # No classical crypto here - should produce zero findings. |
| 2 | def add(a: int, b: int) -> int: |
| 3 | return a + b |
| 4 | |