Hi, I have been wondering if there is any way to modify the library to implement Adaptor Signature, where an adaptor point (T where T = t * G) will be used with the combined nonce to make the signature invalid. But once the adaptor secret (t) is revealed we can add it to the combined signature s' = s + t to make it a valid BIP340 signature. Similar to the public key tweaking mentioned in the image.

My ultimate goal is to achieve DLC using this.
Hi, I have been wondering if there is any way to modify the library to implement Adaptor Signature, where an adaptor point (T where
T = t * G) will be used with the combined nonce to make the signature invalid. But once the adaptor secret (t) is revealed we can add it to the combined signatures' = s + tto make it a valid BIP340 signature. Similar to the public key tweaking mentioned in the image.My ultimate goal is to achieve DLC using this.