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