tlsnotary / tlsn

Rust implementation of the TLSNotary protocol
https://tlsnotary.org
219 stars 55 forks source link

refactor(universal-hash): mpz upgrade #502

Closed sinui0 closed 2 weeks ago

sinui0 commented 2 weeks ago

This PR updates the universal-hash crate to use the new mpz API.

Note: The exact commit of mpz is not settled yet, we will update this prior to release.

Changes