Skip to content
Extraits de code Groupes Projets
Valider dbf0ca37 rédigé par marcimat's avatar marcimat
Parcourir les fichiers

remove: Fonction `_nano_sha256`. Utiliser `hash('sha256', $str);`

parent 6a68771e
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -13,14 +13,3 @@ ...@@ -13,14 +13,3 @@
function spip_sha256($str) { function spip_sha256($str) {
return hash('sha256', $str); return hash('sha256', $str);
} }
/**
* @param string $str Chaîne dont on veut calculer le SHA
* @param bool $ig_func
* @return string Le SHA de la chaîne
* @deprecated 4.0
* @see spip_sha256()
*/
function _nano_sha256($str, $ig_func = true) {
return spip_sha256($str);
}
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter