SfppHasher

expect object SfppHasher(source)

Computes SFPP (Store-Forward-Plus-Plus) message hashes for deduplication.

actual object SfppHasher(source)

Functions

Link copied to clipboard
expect fun computeMessageHash(encryptedPayload: ByteArray, to: Int, from: Int, id: Int): ByteArray
actual fun computeMessageHash(encryptedPayload: ByteArray, to: Int, from: Int, id: Int): ByteArray