@blockchaincommons/components - v1.0.0-beta.4
    Preparing search index...

    Module sskr

    SskrShare: one share of an SSKR split, as @blockchaincommons/sskr produces it, wrapped for CBOR (tag 40309, legacy 309) and UR (ur:sskr).

    As the reference's SSKRShare, the value holds the share's raw bytes and nothing else: from(bytes) copies them without parsing, the header accessors read them by position (a share too short for the byte an accessor reads is an InvalidData failure where the reference panics), and combine hands the bytes to sskr's combineShares, whose SskrError propagates as the reference's SSKRError does. A parsed view is available through share.

    SskrShare