You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -56,7 +56,7 @@ You may also need a source of randomness. On bare x86, randomness can still be r
56
56
57
57
## Benchmarks
58
58
59
-
Benchmarks were made using a Ryzen 7 7800x3D on Windows 11 by averaging on 10 000 `u32`s using `mimalloc`.
59
+
Benchmarks were made using a Ryzen 7 7800x3D on Windows 11 by averaging on 10 000 `u32`s.
60
60
61
61
Parameters used for this benchmark were :
62
62
- `d` = 128
@@ -66,10 +66,10 @@ Parameters used for this benchmark were :
66
66
67
67
| Operation | Average time|
68
68
|:-----------------:|:----------------:|
69
-
| Encryption |43.4 µs |
70
-
| Decryption |13.8 µs |
71
-
| Add |3.7 ms |
72
-
| Dec. after add |5.2 ms |
69
+
| Encryption |82.7 µs |
70
+
| Decryption |15.0 µs |
71
+
| Add |4.4 ms |
72
+
| Dec. after add |4.8 ms |
73
73
74
74
It is still more efficient to decrypt, operate and then re-encrypt the data. This limits the use of the system to applications where security is paramount, and takes precedence over speed.
0 commit comments