We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5d50c12 + 724bd2b commit 91e6f22Copy full SHA for 91e6f22
README.md
@@ -41,3 +41,8 @@ Generates the ciphertext.
41
42
Decrypts the ciphertext given a secret key, printing the plaintext message.
43
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