Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: remove std requirement for ark-serialize implementations (#250)
# Rationale for this change These implementations do not use any std functionality. The save_to_file and load_from_file utilities do, which remain behind the "std" feature. Being able to serialize and deserialize public parameters will be important for some no_std use cases. # What changes are included in this PR? `#[cfg(feature = "std")]` has been removed from `ark-serialize` trait implementations on `PublicParameters`. # Are these changes tested? No. These changes do not affect existing functionality, which is verified by existing tests.
- Loading branch information