SHA-256: Difference between revisions

Content added Content deleted
(Add Python.)
(accepting the use of library)
Line 2: Line 2:
'''SHA-256''' is the recommended stronger alternative to [[SHA-1]].
'''SHA-256''' is the recommended stronger alternative to [[SHA-1]].


Implement the algorithm in your language and show that the SHA-256 digest of the string "Rosetta code" is: 764faf5c61ac315f1497f9dfa542713965b785e5cc2f707d6468d7d1124cdfcf
Either by using a dedicated library or implementing the algorithm in your language, show that the SHA-256 digest of the string "Rosetta code" is: 764faf5c61ac315f1497f9dfa542713965b785e5cc2f707d6468d7d1124cdfcf


=={{header|Perl 6}}==
=={{header|Perl 6}}==