HOME SHELL

NULLCOMMUNITY
 LiteSpeed
 Linux server2.poyrazhosting.com 3.10.0-962.3.2.lve1.5.77.el7.x86_64 #1 SMP Mon Dec 12 07:06:14 EST 2022 x86_64
 safemode : OFF
 MySQL: OFF | Perl: OFF | cURL: ON | WGet: OFF
  >  / lib64 / python2.7 /

Server Ip : 172.67.216.244




Filename/lib64/python2.7/sha.py
Size393
Permissionrw-r--r--
Owner
Create time06-Oct-2022 15:19
Last modified29-Jun-2022 08:27
Last accessed08-Dec-2022 15:07
Actionsedit | rename | delete | download (gzip)
Viewtext | code | image
# $Id$
#
# Copyright (C) 2005 Gregory P. Smith ([email protected])
# Licensed to PSF under a Contributor Agreement.

import warnings
warnings.warn("the sha module is deprecated; use the hashlib module instead",
DeprecationWarning, 2)

from hashlib import sha1 as sha
new = sha

blocksize = 1 # legacy value (wrong in any useful sense)
digest_size = 20
digestsize = 20