We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 09cb73d + e4e6b4c commit 5d38203Copy full SHA for 5d38203
2 files changed
build.gradle.kts
@@ -36,7 +36,7 @@ configure(
36
}
37
) {
38
group = "io.libp2p"
39
- version = "develop"
+ version = "1.0.0-RELEASE"
40
41
apply(plugin = "kotlin")
42
apply(plugin = "idea")
libp2p/src/main/kotlin/io/libp2p/pubsub/PubsubRouter.kt
@@ -27,7 +27,7 @@ interface PubsubMessage {
27
override fun equals(other: Any?): Boolean
28
29
/**
30
- * WARNING: Use collision free functions only
+ * WARNING: Use collision resistant functions only
31
* Else the HashMap collision attack vector is open
32
*/
33
override fun hashCode(): Int
0 commit comments