Found during a review of BIP327's normative pseudocode against its reference implementation (reference.py).
PartialSigAggunpacksGetSessionValuesas a 7-tuple, but the algorithm returns a 6-tuple — cf. the 6-slot unpacks inSignandPartialSigVerifyInternal, and the reference implementation itself, which passes all 56 published vector cases with the 6-slot form:# bip-0327/reference.py def get_session_values(session_ctx: SessionContext) -> Tuple[Point, int, int, int, Point, int]: ... return (Q, gacc, tacc, b, R, e)Fix "in the of public nonces" → "in the list of public nonces".
Bump Version to 1.0.4 with a changelog entry, per the BIP's PATCH-version convention (precedent: #2071).