Skip to content

Commit ab95160

Browse files
authored
Clarify usage of SHA-1 hash function
#skip-changelog
1 parent e0cc1a5 commit ab95160

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

sentry/src/main/java/io/sentry/util/StringUtils.java

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,11 @@ private StringUtils() {}
107107
}
108108

109109
/**
110-
* Calculates the SHA-1 String hash
110+
* Calculates the SHA-1 String hash.
111+
*
112+
* As of now this is only used to determine the
113+
* local SDK cache folder name based on the project DSN and has no
114+
* other cryptographic related use.
111115
*
112116
* @param str the String
113117
* @param logger the Logger

0 commit comments

Comments
 (0)