Skip to content

Commit 306c533

Browse files
Clarify usage of SHA-1 hash function (#4435)
* Clarify usage of SHA-1 hash function #skip-changelog * Format code * Trigger Build --------- Co-authored-by: Sentry Github Bot <bot+github-bot@sentry.io>
1 parent e0cc1a5 commit 306c533

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

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

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

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

0 commit comments

Comments
 (0)