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: one share of an SSKR split, as@blockchaincommons/sskrproduces 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 anInvalidDatafailure where the reference panics), andcombinehands the bytes to sskr'scombineShares, whoseSskrErrorpropagates as the reference'sSSKRErrordoes. A parsed view is available throughshare.