filecoin-project / rust-fil-proofs

Proofs for Filecoin in Rust
Other
492 stars 314 forks source link

refactor: introduce new from trait for PoseidonDomain #1703

Closed vmx closed 1 year ago

vmx commented 1 year ago

Add a new From conversion into the field element repr representation. This makes it also possible to hide the internal representation.