It appears that the current specification, we do have a description of adaptor point computation
Given public key `P` and nonces `R1, ..., Rn` we can compute `n` individual signature points for
a given event `(d1, ..., dn)` in the usual way: `si * G = Ri + H(P, Ri, di)*P`.
(and its updated non-BIP340 version on the PR that updates things)
But, this is in the CETCompression specification in a section describing how we handle the "special case" where there is more than one nonce.
Nowhere is the "usual way: s*G = R + H(P, R, m)*P" included elsewhere in the specification such as in either the contract_info or oracle_announcement definitions or else maybe in the Protocol.md specification, and this should probably be included in one of those places.
It appears that the current specification, we do have a description of adaptor point computation
(and its updated non-BIP340 version on the PR that updates things)
But, this is in the CETCompression specification in a section describing how we handle the "special case" where there is more than one nonce.
Nowhere is the "usual way:
s*G = R + H(P, R, m)*P" included elsewhere in the specification such as in either thecontract_infoororacle_announcementdefinitions or else maybe in the Protocol.md specification, and this should probably be included in one of those places.