Skip to content

Commit

Permalink
fix: typos in code comments (#447)
Browse files Browse the repository at this point in the history
* fix Argbash web link

* fix link to arkworks data structures

* fix link to arkworks data structures
  • Loading branch information
bulikos authored Dec 12, 2023
1 parent 82da2c0 commit 84caeff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion primitives/src/pcs/univariate_kzg/srs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ use ark_std::{string::ToString, vec::Vec};

/// `UniversalParams` are the universal parameters for the KZG10 scheme.
// Adapted from
// https://github.com/arkworks-rs/poly-commit/blob/master/src/kzg10/data_structures.rs#L20
// https://github.com/arkworks-rs/poly-commit/blob/c724fa666e935bbba8db5a1421603bab542e15ab/poly-commit/src/kzg10/data_structures.rs#L24
#[derive(Debug, Clone, Eq, PartialEq, CanonicalSerialize, CanonicalDeserialize, Default)]
pub struct UnivariateUniversalParams<E: Pairing> {
/// Group elements of the form `{ \beta^i G }`, where `i` ranges from 0 to
Expand Down
2 changes: 1 addition & 1 deletion scripts/run_benchmarks.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
# needed because of Argbash --> m4_ignore([
### START OF CODE GENERATED BY Argbash v2.10.0 one line above ###
# Argbash is a bash code generator used to get arguments parsing right.
# Argbash is FREE SOFTWARE, see https://argbash.io for more info
# Argbash is FREE SOFTWARE, see https://argbash.dev, https://github.com/matejak/argbash for more info


die()
Expand Down

0 comments on commit 84caeff

Please sign in to comment.