]> Sergey Matveev's repositories - uploader.git/blobdiff - README
Move to BLAKE2b, as it is faster
[uploader.git] / README
diff --git a/README b/README
index 912997137379f897d1f7abfa415318840bc7979f..823492a49f8895b01a55c1ec6d3b0b1b2b8fad4b 100644 (file)
--- a/README
+++ b/README
@@ -1,6 +1,6 @@
 Simplest form file uploader.
 It just saves uploaded file from HTML form to the new file on the disk.
-Also it calculates BLAKE2s checksum, replying with it in the answer.
+Also it calculates BLAKE2b checksum, replying with it in the answer.
 
 You can upload files with curl:
 
@@ -8,4 +8,4 @@ You can upload files with curl:
 
 You can verify integrity locally:
 
-    b2sum -a blake2s somedata.tar.gpg
+    b2sum -a blake2b somedata.tar.gpg