Skip to content

Commit 91e6f22

Browse files
Merge pull request #28 from lattice-based-cryptography/add_benchmark_times_to_readme
add benchmark times to README
2 parents 5d50c12 + 724bd2b commit 91e6f22

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,3 +41,8 @@ Generates the ciphertext.
4141

4242
Decrypts the ciphertext given a secret key, printing the plaintext message.
4343

44+
**Benchmarks**
45+
46+
| n | q | k | keygen | encrypt | decrypt | keygen_string | encrypt_string | decrypt_string |
47+
|----|-------|---|----------|-----------|-----------|---------------|----------------|----------------|
48+
| 32 | 12289 | 8 | 286.05 µs| 230.64 µs | 24.253 µs | 397.93 µs | 545.25 µs | 64.615 µs |

0 commit comments

Comments
 (0)