We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 625006e commit 7179464Copy full SHA for 7179464
1 file changed
java/eu/cqrxs/crypt/encoding/Ascii85Coder.java
@@ -1,3 +1,10 @@
1
+/*
2
+ * @Author: Farid Zakaria fzakaria https://github.com/fzakaria
3
+ * https://github.com/fzakaria/ascii85/blob/master/src/main/java/com/github/fzakaria/ascii85/Ascii85.java
4
5
+}*
6
+ */
7
+
8
package eu.cqrxs.crypt.encoding;
9
10
import java.math.BigDecimal;
@@ -210,4 +217,4 @@ private static byte[] intToByte(int value) {
210
217
211
218
212
219
213
-}
220
+}
0 commit comments