morning! I’m about as new as a person gets to Kotl...
# announcements
m
morning! I’m about as new as a person gets to Kotlin, and I’m having a strange issue that I’ve been stuck on for quite some time. I have a signature being passed in a webhook, and I’m calculating the hash of a couple strings on the server. The resulting value is 100% equal and a string, but my
==
or
sig.equals(computedHash)
is coming back as false every time