Why Nostr? What is Njump?
2024-03-27 11:40:24
in reply to

The Fishcake🐶🐾 on Nostr: Something like that? 🐶🐾🤔 function hashPhoneNumber(phoneNumber): hashedValue ...

Something like that? 🐶🐾🤔

function hashPhoneNumber(phoneNumber):
hashedValue = ""

for each digit in phoneNumber:
if hashedValue is empty:
hashedValue = argon2Hash(digit)
else:
concatenated = hashedValue + digit
hashedValue = argon2Hash(concatenated)

return hashedValue
Author Public Key
npub137c5pd8gmhhe0njtsgwjgunc5xjr2vmzvglkgqs5sjeh972gqqxqjak37w