Browse Source

Merge 4643b0b11c into 2e62793fd6

pull/1/merge
George Carder 2 years ago
committed by GitHub
parent
commit
9900d452fd
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      README.md

+ 1
- 1
README.md

@ -19,7 +19,7 @@ p := []*big.Int{
assert.Equal(t, "1x³ + 1x¹ + 5", PolynomialToString(p))
// TrustedSetup
ts, err := NewTrustedSetup(p)
ts, err := NewTrustedSetup(len(p))
assert.Nil(t, err)
// Commit

Loading…
Cancel
Save