Skip to content

Commit

Permalink
updated: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
danlentz committed Mar 17, 2015
1 parent 75882d9 commit 93400a6
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/clj_uuid/node.clj
Original file line number Diff line number Diff line change
Expand Up @@ -137,11 +137,7 @@
(.getBytes d java.nio.charset.StandardCharsets/UTF_8))))
(map bit-or
[0x00 0x00 0x00 0x00 0x00 0x01]
(take 6
(try (seq (.digest digest))
(catch Exception _
(repeatedly 6 (rand-int 256))))))))

(take 6 (seq (.digest digest))))))


;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
Expand Down

0 comments on commit 93400a6

Please sign in to comment.