Skip to content

Commit

Permalink
chore: very minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
enricobottazzi committed Feb 23, 2024
1 parent 246e4fb commit ffb6ff1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ python3 scripts/circuit_sk.py -n 32768 -qis '[
477501974462976317
]' -t 65537
```

```
bfv params: "src/data/sk_enc_32768_15x59_65537"
+----+--------------------+--------------------+-----------------------+-------------------------+
| K | VK Generation Time | PK Generation Time | Proof Generation Time | Proof Verification Time |
Expand All @@ -260,4 +260,5 @@ bfv params: "src/data/sk_enc_32768_15x59_65537"
| 18 | 64.948204541s | 29.328586666s | 102.15197475s | 14.061625ms |
+----+--------------------+--------------------+-----------------------+-------------------------+
| 19 | 62.038049125s | 29.776692208s | 104.779942208s | 8.43725ms |
+----+--------------------+--------------------+-----------------------+-------------------------+
+----+--------------------+--------------------+-----------------------+-------------------------+
```

0 comments on commit ffb6ff1

Please sign in to comment.