Skip to content

Commit

Permalink
humanhash: return two objects instead of 2array.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrjbq7 committed Dec 6, 2013
1 parent e8860ef commit 7b54200
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions humanhash/humanhash.factor
Expand Up @@ -72,5 +72,5 @@ ERROR: too-few-bytes seq #words ;
: humanhash ( hexdigest -- hash )
4 humanhash-words ;

: human-uuid4 ( -- hash )
uuid4 [ CHAR: - = not ] filter humanhash 2array ;
: human-uuid4 ( -- uuid hash )
uuid4 dup [ CHAR: - = not ] filter humanhash ;

0 comments on commit 7b54200

Please sign in to comment.