BlockstreamResearch / rust-simplicity

Creative Commons Zero v1.0 Universal
58 stars 12 forks source link

Construct Types #217

Closed uncomputable closed 3 months ago

uncomputable commented 3 months ago

Make the constructors for Final public and update documentation.

I would like these constructors to return Self instead of Arc<Self>, because then the caller can choose how he wants to save the returned value. However, we would need to change the union bound code for that, which seems too invasive for now.