3 lines
86 B
Text
3 lines
86 B
Text
import crypto { sha1 }
|
|
let hash = sha1.hexdigest('Ars longa, vita brevis')
|
|
print hash
|