We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 72a4345 + e907ee8 commit 1aa859fCopy full SHA for 1aa859f
1 file changed
src/ring/util/codec.clj
@@ -77,7 +77,7 @@
77
78
(defn base64-encode
79
"Encode an array of bytes into a base64 encoded string."
80
- [unencoded]
+ [^bytes unencoded]
81
(String. (.encode (Base64/getEncoder) unencoded)))
82
83
(defn base64-decode
0 commit comments