ts-algochat
    Preparing search index...

    Function deriveMailboxId

    • Derives the on-chain mailbox id for a msg key.

      mailbox_id = SHA-256("raven/mailbox/v1/id" ‖ msg_key)

      Parameters

      • msgKey: Uint8Array

        32-byte msg key from deriveMsgKey

      Returns Uint8Array

      32-byte mailbox id (the box name)

      InvalidMsgKeyError if the key is not 32 bytes