Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/westberliner/checksum.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Controller/ChecksumController.php')
-rw-r--r--lib/Controller/ChecksumController.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/Controller/ChecksumController.php b/lib/Controller/ChecksumController.php
index a04e1d6..ec69913 100644
--- a/lib/Controller/ChecksumController.php
+++ b/lib/Controller/ChecksumController.php
@@ -127,7 +127,8 @@ class ChecksumController extends Controller {
'sha256',
'sha384',
'sha512',
- 'crc32'
+ 'crc32',
+ 'crc32b'
];
}
}