-
Notifications
You must be signed in to change notification settings - Fork 201
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat!: make field elements serialize into transcript in big-endian form This makes the transcript more compatible with the EVM, which is big-endian * feat: expose hyperkzg underlying group This is accomplished via `new` and `into_inner` methods * feat: expose hyperkzg argument underlying elements This is accomplished via `com`, `w`, and `v` accessors. * feat: add `setup_from_rng` for hyperkzg::CommitmentKey This can be used instead of `CommitmentEngineTrait::setup` to generate a reproducible commitment key
- Loading branch information
1 parent
435665b
commit 2a513f5
Showing
3 changed files
with
63 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters