Skip to content

Commit

Permalink
Make secure-random public
Browse files Browse the repository at this point in the history
  • Loading branch information
lk-geimfari committed Oct 15, 2022
1 parent c50ea28 commit 068148c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/secrets/core.clj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
(java.security SecureRandom)))

(def ^:private default-number-of-bytes 32)
(def ^:private secure-random
(def secure-random
"Creates a secure random number generator (RNG)."
(SecureRandom.))

Expand Down

0 comments on commit 068148c

Please sign in to comment.