reticulum-js
    Preparing search index...
    • Computes the transient id and workblock for a channel stamp.

      transientId = SHA-256(channel_hash ‖ inner_blob); the workblock is the standard LXMF memory-hard HKDF expansion at rfed's 16 rounds (STAMP_EXPAND_ROUNDS × 256 bytes).

      Parameters

      • channelHash: Uint8Array<ArrayBufferLike>

        16-byte channel identity hash.

      • innerBlob: Uint8Array<ArrayBufferLike>

        EC-encrypted channel message (no stamp).

      Returns Promise<{ transientId: Uint8Array; workblock: Uint8Array }>