Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
8
Task/RIPEMD-160/Python/ripemd-160.py
Normal file
8
Task/RIPEMD-160/Python/ripemd-160.py
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
Python 3.3.0 (v3.3.0:bd8afb90ebf2, Sep 29 2012, 10:57:17) [MSC v.1600 64 bit (AMD64)] on win32
|
||||
Type "copyright", "credits" or "license()" for more information.
|
||||
>>> import hashlib
|
||||
>>> h = hashlib.new('ripemd160')
|
||||
>>> h.update(b"Rosetta Code")
|
||||
>>> h.hexdigest()
|
||||
'b3be159860842cebaa7174c8fff0aa9e50a5199f'
|
||||
>>>
|
||||
Loading…
Add table
Add a link
Reference in a new issue