verifyMutableItem

fun verifyMutableItem(bencodedValue: ByteArray, salt: ByteArray, seq: Long, publicKey: ByteArray, signature: ByteArray): Boolean

Verify an ed25519 signature over the canonical BEP-44 buffer. This is the port of bool verify_mutable_item(...).