# File lib/uuidtools.rb, line 378
def
hexdigest
return
self
.
to_i
.
to_s
(
16
).
rjust
(
32
,
"0"
)
end