pod2/examples
Eduard S. 63a716ebd7
Remove unnecessary mut in PodSigner trait (#340)
The PodSigner trait was taking `&mut self` in the `sign` method, but the
signer doesn't need mutation in the Shcnorr implementation.  Remove the
`mut`.

Previously the PodProver trait was also taking `&mut self` in the
`prove` method, and we had many tests creating a `mut Prover/mut
MockProver`.  Remove all those `mut`.

Breaking change: `PodSigner` trait method `sign` replaces `&mut self` by
`&self`
2025-07-15 17:37:26 +02:00
..
main_pod_points.rs Remove unnecessary mut in PodSigner trait (#340) 2025-07-15 17:37:26 +02:00
signed_pod.rs Remove unnecessary mut in PodSigner trait (#340) 2025-07-15 17:37:26 +02:00