Skip to content

Commit cf70fe8

Browse files
author
T. Ismael Verdugo
committed
docs: class comment on HMAC
1 parent a015c05 commit cf70fe8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/cryptomarket/sdk/HMAC.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
import org.apache.commons.codec.binary.Hex;
1010

1111
/**
12-
*
12+
* Generates the credential for authenticated communication with the server
1313
*/
1414
public class HMAC {
1515
private static String HMAC_SHA256 = "HmacSHA256";

0 commit comments

Comments
 (0)