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.
1 parent c9ddcf3 commit 724bd2bCopy full SHA for 724bd2b
README.md
@@ -43,6 +43,6 @@ 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 |
+| n | q | k | keygen | encrypt | decrypt | keygen_string | encrypt_string | decrypt_string |
+|----|-------|---|----------|-----------|-----------|---------------|----------------|----------------|
+| 32 | 12289 | 8 | 286.05 µs| 230.64 µs | 24.253 µs | 397.93 µs | 545.25 µs | 64.615 µs |
0 commit comments