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
path: root/lib
diff options
context:
space:
mode:
authorpatrick <patrick@westberliner.net>2021-02-27 18:14:20 +0300
committerpatrick <patrick@westberliner.net>2021-02-27 18:14:20 +0300
commita7b6d5eaa319574de35fd60fecf216fedb5ff015 (patch)
tree726dd7755914a137a4326bcef2d35a5dd3d487fa /lib
parent273c3ea775a0feb32602baf957db758e1e18b7b8 (diff)
Switching frontend to vue. Adding crc32b algorithm.
Diffstat (limited to 'lib')
-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'
];
}
}