Sfoglia il codice sorgente

Add a changes file for 28837 (OpenSSL sha3)

Nick Mathewson 5 anni fa
parent
commit
d3b122485e
1 ha cambiato i file con 4 aggiunte e 0 eliminazioni
  1. 4 0
      changes/ticket28837

+ 4 - 0
changes/ticket28837

@@ -0,0 +1,4 @@
+  o Minor features (performance):
+    - Use OpenSSL's implementations of SHA3 when available (in OpenSSL 1.1.1
+      and later), since they tend to be faster than tiny-keccak. Closes
+      ticket 28837.