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>2017-03-26 21:38:44 +0300
committerPatrick <patrick@westberliner.net>2017-03-26 21:38:44 +0300
commiteeae274621553d55e08221f86bd3d91930fe7b60 (patch)
treefee4477e46031eebd31e3a9c3d1c5417b0d7ded6 /lib
parent5d38617f30d5956532257d8fc142937f155adc2d (diff)
added sha384v0.3.3
Diffstat (limited to 'lib')
-rw-r--r--lib/Controller/ChecksumController.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Controller/ChecksumController.php b/lib/Controller/ChecksumController.php
index f562bd8..8784c57 100644
--- a/lib/Controller/ChecksumController.php
+++ b/lib/Controller/ChecksumController.php
@@ -73,6 +73,7 @@ class ChecksumController extends Controller {
'md5',
'sha1',
'sha256',
+ 'sha384',
'sha512',
'crc32'
);