SHA-256: Difference between revisions

(Added Kotlin)
Line 1,112:
using SHA
 
crypt = join(map(hex, sha256(clear"Rosetta code")))
 
println("Testing Julia's SHA-256:")
Line 1,127:
OK, "Rosetta code" => 764faf5c61ac315f1497f9dfa542713965b785e5cc2f707d6468d7d1124cdfcf
</pre>
 
 
=={{header|Kotlin}}==
Anonymous user