Renamed Registry -> GenericRegistry to make it clear that this registry does
[core.git] / framework / main / interfaces / crypto / class_Cryptable.php
index c667d3bfa9bcb7077da9a9768645cfa53d9aae38..890b0d32f07a61112518bd9506d123392d31a4ab 100644 (file)
@@ -1,9 +1,9 @@
 <?php
 // Own namespace
-namespace CoreFramework\Cryto;
+namespace Org\Mxchange\CoreFramework\Crypto;
 
 // Import framework stuff
-use CoreFramework\Generic\FrameworkInterface;
+use Org\Mxchange\CoreFramework\Generic\FrameworkInterface;
 
 /**
  * A helper class for cryptographical things like hashing passwords and so on
@@ -39,7 +39,7 @@ interface Cryptable extends FrameworkInterface {
         * @param       $withFixed      Whether to include a fixed salt (not recommended in p2p applications)
         * @return      $hashed         The hashed and salted string
         */
-       function hashString ($str, $oldHash = '', $withFixed = TRUE);
+       function hashString ($str, $oldHash = '', $withFixed = true);
 
        /**
         * Encrypt the string with fixed salt